修改 readme

This commit is contained in:
yulixing 2019-05-22 16:37:56 +08:00
parent 7d7038d65e
commit 769552f558
2 changed files with 11 additions and 8 deletions

View File

@ -5,20 +5,23 @@
复制 `config/config.js.example` 修改文件名为 `config.js`,根据需要修改配置项 复制 `config/config.js.example` 修改文件名为 `config.js`,根据需要修改配置项
```bash ```bash
# clone the project # 克隆项目
git clone http://git.kingsome.cn/op-admin/pikachu-fe.git git clone http://git.kingsome.cn/op-admin/pikachu-be.git
# enter the project directory # 进入目录
cd pikachu-fe cd pikachu-fe
# install dependency # 安装依赖
npm install npm install
# develop # 首次需加载初始化数据
npm run init
# 开发
npm run dev npm run dev
``` ```
This will automatically open http://localhost:2333 http://localhost:2333

View File

@ -1,7 +1,7 @@
{ {
"name": "admin-be", "name": "pikachu-be",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "op-admin-be",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",