PC端数据售卖平台,一个Vue2.0学习入门项目
【数据售卖平台】—— Vue2.0入门学习项目爬坑 https://www.cnblogs.com/ljq66/p/9977321.html
版权声明:本项目原创,仅供交流学习,禁止商业使用 本人邮箱:liujieqiong1114@163.com
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.