From c7d11454d102fe9bc0e47c40b42eea5081eaf41c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 16 Feb 2020 16:36:40 +0800 Subject: [PATCH] Update readme. (#63) * doc: update readme. * Update README.md * Update README.md --- README.md | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e3e3ff7c..8c842b27 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,40 @@

halo-admin

-> halo-admin 是 [Halo](https://github.com/halo-dev) 的后台管理项目,使用 Vue 构建。希望更多的小伙伴参与到该项目的开发,让其更加完善。 +> halo-admin 是 [Halo](https://github.com/halo-dev/halo) 的管理端项目。 -## Project setup +

+npm release +GitHub All Releases +GitHub last commit +Travis CI +

+ +------------------------------ + +## 部署方案 + +目前 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