From 3261ae0a21803bba2ea3e37aa3e9e3e4a31781eb Mon Sep 17 00:00:00 2001 From: ruibaby Date: Tue, 4 Jun 2019 19:52:03 +0800 Subject: [PATCH] Update README. --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8e89cea..e3e3ff7c 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,37 @@ -# halo-admin +

halo-admin

+ +> 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/).