Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 4, 2019
1 parent f02abb4 commit 3261ae0
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,37 @@
# halo-admin
<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 构建。希望更多的小伙伴参与到该项目的开发,让其更加完善。
## Project setup
```

```bash
npm install
```

### Compiles and hot-reloads for development
```

```bash
npm run serve
```

### Compiles and minifies for production
```

```bash
npm run build
```

### Run your tests
```

```bash
npm run test
```

### Lints and fixes files
```

```bash
npm run lint
```

### Customize configuration

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

0 comments on commit 3261ae0

Please sign in to comment.