https://juejin.im/post/5cdca7595188257cf051a06a
-
基于 Vue-CLI2.0:点我查看
这个分支版本是一两年前的,基于Vue-CLI2.0写的,数据请求是Mock,纯前端的项目。
-
基于 Vue-CLI3.0:点我查看
这个分支版本是基于Vue-CLI3.0的,将脚手架从2.0迁移升级到了3.0,遇到的一些问题和坑也都填完了~也是纯Web端Mock模拟数据的项目。
前端: https://github.com/czero1995/fancy-store
服务端: https://github.com/czero1995/fancy-store-server.git
后台管理 CMS: https://github.com/czero1995/fancy-store-admin.git
https://github.com/czero1995/fancy-store.git
# 预渲染需要安装PrerenderSPAPlugin库,npm install会无法安装Chromuim,建议使用cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
npm run serve
npm run build