A simple Vue.js project
View the demo in your mobilephone by scanning the qrcode above.
- vue-material: A material css ui framework
- vue-router: Official router plugin
- axios: A http request plugin
Please check package.json profile
http://huzerui.com/vue2.0-demo/ You'd better open it in mobile mode of browser or just view in your mobilephone
# clone project from github to your computer
git clone https://github.com/alex1504/vue2.0-demo.git
# enter into project directory
cd vue2.0-demo
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.