Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artiely/admin-0-1

管理系统从0到1系列
https://github.com/artiely/admin-0-1

Last synced: about 2 months ago
JSON representation

管理系统从0到1系列

Awesome Lists containing this project

README

        

# admin
基于 antd-vue 的快速启动模板不断完善中
## 启动步骤
### 安装依赖
```
npm install
```
### 启动本地开发
```
npm run serve
```
### 打包
```sh
# 打包测试服
npm run build:test
# 打包灰度服
npm run build:stage
# 打包正式服
npm run build:release
# 打包所有
npm run build:all
```
### 本地测试
```sh
# 测试测试服
npm run local:test
# 测试灰度服
npm run local:stage
# 测试正式服
npm run local:release
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).