/vue2.0-demo

Online address:

Primary LanguageJavaScript

vue2.0-demo

A simple Vue.js project

demo

Plugin of production

  • vue-material: A material css ui framework
  • vue-router: Official router plugin
  • axios: A http request plugin

Plugin of production

Please check package.json profile

View in Online Address

http://huzerui.com/vue2.0-demo/ You'd better open it in mobile mode of browser or just view in your mobilephone

View in local

# 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.