pikachu-be/README.md
2019-05-22 16:37:56 +08:00

29 lines
375 B
Markdown

# 运营平台 - 后端
## Build Setup
复制 `config/config.js.example` 修改文件名为 `config.js`,根据需要修改配置项
```bash
# 克隆项目
git clone http://git.kingsome.cn/op-admin/pikachu-be.git
# 进入目录
cd pikachu-fe
# 安装依赖
npm install
# 首次需加载初始化数据
npm run init
# 开发
npm run dev
```
http://localhost:2333