Home > Article > Web Front-end > What is vuetifyjs
vuetifyjs refers to Vuetify, a Vue UI library; Vuetify is a component framework based on [vue2.0], born for mobile, a progressive UI framework; designed to provide clean, semantic and Reusable components make building applications easier.
The operating environment of this tutorial: Windows 7 system, Vue version 2.9.6, DELL G3 computer. This method is suitable for all brands of computers.
Recommended: "vue Tutorial"
Vuetify is a Vue UI library that contains hand-made exquisite material components. No design skills required - everything you need to create stunning apps is at your fingertips.
Vuetify is a component framework based on vue2.0, born for mobile, a progressive UI framework; it aims to provide clean, semantic and reusable components to make building applications more convenient.
Why Vuetify?
Vuetify requires almost no CSS code, while many layout styles of element-ui require us to write semantic components that
Vuetify builds from the bottom up. Simple to learn and easy to remember.
Vuetify is based on Material Design (a multi-platform design specification launched by Google), which is more beautiful, has cool animation effects, and has a unified style
By leveraging the powerful functions of Vue and Material Design, as well as a lot of careful design With the component libraries and features produced, we can use Vuetify to build excellent applications. Vuetify adheres to Google's Material Design specification, and its components have an easy-to-remember semantic design that transforms memorizing complex classes and markup symbols into simple and unambiguous names.
Browser support
Vuetify supports all modern browsers, including IE11 and Safari 9 (using polyfills). Delivery can be done on these devices, from mobile phones to laptops to PCs.
If you need to optimize for search engines, try using the vue-cli Webpack SSR (Server Side Rendering) template.
The above is the detailed content of What is vuetifyjs. For more information, please follow other related articles on the PHP Chinese website!