Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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系列
- Host: GitHub
- URL: https://github.com/artiely/admin-0-1
- Owner: artiely
- Created: 2020-06-05T08:54:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:59:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-31T22:39:44.134Z (7 months ago)
- Language: Vue
- Size: 1.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/).