修改 readme
This commit is contained in:
parent
7d7038d65e
commit
769552f558
15
README.md
15
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
|
||||
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user