halo-admin/README.md

38 lines
643 B
Markdown
Raw Normal View History

2019-06-04 11:52:03 +00:00
<h1 align="center"><a href="https://github.com/halo-dev" target="_blank">halo-admin</a></h1>
> halo-admin 是 [Halo](https://github.com/halo-dev) 的后台管理项目,使用 Vue 构建。希望更多的小伙伴参与到该项目的开发,让其更加完善。
2019-03-18 16:35:13 +00:00
## Project setup
2019-06-04 11:52:03 +00:00
```bash
2019-03-18 16:35:13 +00:00
npm install
```
### Compiles and hot-reloads for development
2019-06-04 11:52:03 +00:00
```bash
2019-03-18 16:35:13 +00:00
npm run serve
```
### Compiles and minifies for production
2019-06-04 11:52:03 +00:00
```bash
2019-03-18 16:35:13 +00:00
npm run build
```
### Run your tests
2019-06-04 11:52:03 +00:00
```bash
2019-03-18 16:35:13 +00:00
npm run test
```
### Lints and fixes files
2019-06-04 11:52:03 +00:00
```bash
2019-03-18 16:35:13 +00:00
npm run lint
```
### Customize configuration
2019-06-04 11:52:03 +00:00
2019-03-18 16:35:13 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).