Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 455 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 455 Bytes

zmall

A Vue.js project

启动项目:

1、 启动后台数据库

# 进入后台文件夹
cd zmall-server

# 启动数据库
npm run startdb

2、 启动后台

# 在zmall-server 目录下
npm start

3、 启动商城

# 进入 zmall 目录
cd zmall

# 启动
npm start

4、 启动后台管理系统

# 进入 zmall-management-system 目录
cd zmall-management-system

# 启动
npm start