mirror of https://github.com/halo-dev/halo
doc: update readme.
parent
83bc23c697
commit
509aa24633
17
README.md
17
README.md
|
@ -4,6 +4,7 @@
|
|||
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/halo-admin"><img alt="npm release" src="https://img.shields.io/npm/v/halo-admin?style=flat-square"/></a>
|
||||
<a href="https://www.jsdelivr.com/package/npm/halo-admin"><img alt="npm release" src="https://data.jsdelivr.com/v1/package/npm/halo-admin/badge"/></a>
|
||||
<a href="https://github.com/halo-dev/halo-admin/releases"><img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/halo-dev/halo-admin/total.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/halo-dev/halo-admin/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/halo-dev/halo-admin.svg?style=flat-square"></a>
|
||||
<a href="https://travis-ci.org/halo-dev/halo-admin"><img alt="Travis CI" src="https://img.shields.io/travis/halo-dev/halo-admin.svg?style=flat-square"/></a>
|
||||
|
@ -17,19 +18,27 @@
|
|||
|
||||
### 独立部署
|
||||
|
||||
克隆项目:
|
||||
#### 方式一
|
||||
|
||||
直接下载最新构建好的版本,然后部署即可。
|
||||
|
||||
https://github.com/halo-dev/halo-admin/releases
|
||||
|
||||
#### 方式二
|
||||
|
||||
1、克隆项目:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/halo-dev/halo-admin
|
||||
```
|
||||
|
||||
检出最新版本:
|
||||
2、检出最新版本:
|
||||
|
||||
```bash
|
||||
git checkout v1.2.0
|
||||
git checkout v1.3.1
|
||||
```
|
||||
|
||||
打包构建:
|
||||
3、打包构建:
|
||||
|
||||
```bash
|
||||
npm i
|
||||
|
|
Loading…
Reference in New Issue