Skip to content

Rain20199/fancy-store

 
 

Repository files navigation

在线预览:

https://www.fancystore.cn

手机直接扫描二维码真机体验:

项目详情介绍:

https://juejin.im/post/5cdca7595188257cf051a06a

历史版本

  1. 基于 Vue-CLI2.0:点我查看

    这个分支版本是一两年前的,基于Vue-CLI2.0写的,数据请求是Mock,纯前端的项目。

  2. 基于 Vue-CLI3.0:点我查看

    这个分支版本是基于Vue-CLI3.0的,将脚手架从2.0迁移升级到了3.0,遇到的一些问题和坑也都填完了~也是纯Web端Mock模拟数据的项目。

Github:

前端: 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

About

Vue+Express全栈购物商城

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • Vue 30.9%
  • CSS 1.6%
  • HTML 0.7%