From 769552f55848efe039ba460a45ec23d6ab8290ff Mon Sep 17 00:00:00 2001 From: yulixing Date: Wed, 22 May 2019 16:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++------ package.json | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a739432..f582d35 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,23 @@ 复制 `config/config.js.example` 修改文件名为 `config.js`,根据需要修改配置项 ```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 -# install dependency +# 安装依赖 npm install -# develop +# 首次需加载初始化数据 +npm run init + +# 开发 npm run dev ``` -This will automatically open http://localhost:2333 +http://localhost:2333 diff --git a/package.json b/package.json index 6809eb6..f60741c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "admin-be", + "name": "pikachu-be", "version": "1.0.0", - "description": "", + "description": "op-admin-be", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",