npm install zh-vuxBe Cool with Vue and WeUI.
compatible with Vue@^1.0.24 (not yet support Vue@2.0)
https://vux.li
(You can view the demos' codes in /src/demos)
bash
install vue-cli
npm install -g vue-cli
init a webpack project with vuxjs/template
vue init vuxjs/webpack my-project
cd my-project
or cnpm install
npm install
npm run dev
`
Development Setup
` bash
install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
you can also custom host and port
npm run dev -- --host 127.0.0.1 --port 8085
build for production with minification
npm run build
build components before publishing
npm run xbuild
publish and deploy to gh-pages
npm run xpublish
run unit tests
npm test
``