A Vue.js project
实训项目
# 淘宝 NPM 镜像
# 这是一个完整 npmjs.org 镜像,你可以用此代替官方版本
npm install -g cnpm --registry=https://registry.npm.taobao.org
# install dependencies
cnpm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For a detailed explanation on how things work, check out the guide and docs for vue-loader.