A Vue.js project
......
对比原版:
将项目clone到本地后,npm run dev,调整到移动调试模式查看
目前完成手机号码登录,登录手机号是13222222222
,验证码是111111
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.