Skip to content

gaoxumeng/vue2.0-demo

 
 

Repository files navigation

vue2.0-demo

A simple Vue.js project

demo

Scanning Qrcode

qrcode

View the demo in your mobilephone by scanning the qrcode above.

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • Vue 12.9%
  • CSS 7.2%
  • Other 0.4%