UI component library based on vue.js
由于目前组件数量偏少,API修改频繁,所以未正式发布之前NPM包不会同步更新
Because the number of components is scarce and API is modified frequently, the NPM package will not be synchronized until it is officially released
- Reference and integrate the design concept of Material Design and Ant Design
- Using the new features of ECMAScript
- Simple and Friendly API
- Vue.js(^2.2.0)
npm install --save colorful-ui
import ColorfulUI from 'colorful-ui'
import 'colorful-ui/dist/colorful-ui.min.css'
Vue.use(ColorfulUI)
- Chrome@latest-version (Test)
- IE9+ (Test)
- Other (No Test)