You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
643 B

6 years ago
<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 构建。希望更多的小伙伴参与到该项目的开发,让其更加完善。
6 years ago
## Project setup
6 years ago
```bash
6 years ago
npm install
```
### Compiles and hot-reloads for development
6 years ago
```bash
6 years ago
npm run serve
```
### Compiles and minifies for production
6 years ago
```bash
6 years ago
npm run build
```
### Run your tests
6 years ago
```bash
6 years ago
npm run test
```
### Lints and fixes files
6 years ago
```bash
6 years ago
npm run lint
```
### Customize configuration
6 years ago
6 years ago
See [Configuration Reference](https://cli.vuejs.org/config/).