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",