How to get started with the modular front-end UI component library of Vue 2.0
This article introduces how to get started with the modular front-end UI component library of Vue 2.0. the content is very detailed, and interested friends can refer to it. I hope it will be helpful to you.
AT-UI is a lightweight, modular front-end UI component library based on Vue.js 2.0, which is mainly used for the rapid development of PC website products.
Built specifically for desktop applications, AT-UI provides a npm + webpack + babel front-end development workflow, as well as a decent, clean and tidy UI component.
Characteristics
UI components developed based on Vue
Workflow based on npm + webpack + babel, supporting ES2015
CSS style is independent, ensuring that different framework implementations can maintain a unified UI style (see AT-UI Style for details)
Provide friendly API for flexible use of components
Supporting environment
Modern browsers and IE9 and above
Electron
NW.js
Installation
Npm installation is recommended
Npm install at-ui
You can also use global references
Use
Because the style of AT-UI is a separate project, you need to install at-ui-style before using AT-UI. You can install it as npm, or introduce style files as tags.
Npm install at-ui-style
Or
This is the end of the modular front-end UI component library on how to get started with Vue 2.0. I hope the above content can be of some help to you and learn more knowledge. If you think the article is good, you can share it for more people to see.