+
+------------------------------
+
+## 部署方案
+
+目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin,你无需做任何操作。
+
+### 独立部署
+
+克隆项目:
```bash
-npm install
+git clone https://github.com/halo-dev/halo-admin
```
-### Compiles and hot-reloads for development
+检出最新版本:
```bash
-npm run serve
+git checkout v1.2.0
```
-### Compiles and minifies for production
+打包构建:
```bash
+npm i
+
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/).
+最后,得到 dist 文件夹之后就可以单独部署了。
\ No newline at end of file