diff --git a/README.md b/README.md index 2cfbc15..eab9ae6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ -# admin3 +# vue-admin-plus -## Project setup +## 下载依赖 ``` yarn install ``` -### Compiles and hot-reloads for development +### 运行 ``` yarn serve ``` -### Compiles and minifies for production +### 打包 ``` yarn build ``` -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).