update package.json
This commit is contained in:
17
README.md
17
README.md
@@ -1,21 +1,22 @@
|
||||
# eladmin-qt
|
||||
|
||||
eladmin 前端源码,后端源码:[https://github.com/elunez/eladmin](https://github.com/elunez/eladmin)
|
||||
eladmin 前端源码
|
||||
|
||||
#### 后端源码
|
||||
- 码云: [https://gitee.com/elunez/eladmin](https://gitee.com/elunez/eladmin)
|
||||
- github: [https://github.com/elunez/eladmin](https://github.com/elunez/eladmin)
|
||||
|
||||
#### 初始模板
|
||||
前端模板基于花衩裤:[https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
|
||||
前端模板基于:[https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
|
||||
|
||||
## Build Setup
|
||||
``` bash
|
||||
# Clone project
|
||||
git clone https://github.com/elunez/eladmin-qd
|
||||
|
||||
# Install dependencies
|
||||
# 安装依赖
|
||||
npm install
|
||||
|
||||
# Serve with hot reload at localhost:9528
|
||||
# 启动服务 localhost:8013
|
||||
npm run dev
|
||||
|
||||
# Build for production with minification
|
||||
# 构建生产环境
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user