基于vue.js实现的一个微信点餐应用
# 安装依赖
npm install
# 本地环境运行 localhost:8080
npm run dev
# 编译应用
npm run build
# 运行单元测试
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.