仿写的移动web商城练习,用于学习融会贯通vue全家桶及其他知识点
参考nemo-tree大佬的vue2-shop项目,并在此基础上做了一些变更
nemo-tree大佬的vue2-shop
现基础上,我所写的版本存在的问题:
优化的几个点:
# 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.