VUI UI Components, based on Vue.js and semantic-ui CSS.
Demo
https://myliang.github.io/vui/
Notice
$ npm install vui
Features
- Equip with Vue.js, Vue-Router, ES6 & Babel 6
- Cool with Webpack 2.0 & Vue Loader
- Semantic CSS Components
- Stylesheets in Sass
Components
Getting started
quick start with vue-cli.
$ npm i vue-cli -g
$ vue init webpack test
$ cd test
$ yarn install
import Vui from 'vui'
Vue.use(Vui)
Run project
$ npm run dev
That's it.
And if you start with vue-webpack-boilerplate by vue-cli, check the following starter for your reference.
https://github.com/wangdahoo/vonic-webpack-starter
Thanks to
LICENSE
MIT