From b94e78f6101945954fa42afd7922f11622808bb7 Mon Sep 17 00:00:00 2001
From: Randy <543245444@qq.com>
Date: Fri, 16 Aug 2019 18:31:56 +0800
Subject: [PATCH] Update README.md
---
README.md | 79 ++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 45 deletions(-)
diff --git a/README.md b/README.md
index 11f77ec..3e6e1df 100644
--- a/README.md
+++ b/README.md
@@ -1,50 +1,39 @@
-# vue-admin-permission
+## vue-admin-permission
项目基于vue-cli3.0进行搭建,并使用了vue全家桶vue vuex axios vue-router elementui,增加了按钮级别的权限控制
-#
-
-## Project setup(安装包)
-```
-这里需要使用npm进行安装,如果用cnpm或者yarn会有热更新失效的问题
-npm install
-```
+ ### 线上预览地址
+
-## Compiles and hot-reloads for development(运行项目)
-```
+#### 脚手架版本:
+ *vue-cli-3.0
+
+ #### 用到vue相关的生态链模块:
+ * `vue`
+ * `vue-router`
+ * `vuex`
+ * `axios`
+
+ #### 项目要点
+ * `路由懒加载`
+ * `根据权限生成动态路由`
+ * `全局数据请求拦截处理及loading`
+ * `多个代理配置`
+ * `抽离第三方库文件dll`
+
+ ### 项目启动步骤
+1. 安装包(这里需要使用npm进行安装,如果用cnpm或者yarn会有热更新失效的问题)
+ npm install
+2. 开发运行
+ npm run serve:randy
+3. 生产打包
+ npm run dll (仅需运行一次)
+ npm run build
-npm run serve:randy
-
-```
-
-## Compiles and minifies for production(打包)
-```
-如果是首次打包或者第三方库文件发生变更,则需要先运行 npm run dll,用于抽离第三方库如vue vuex axios element-ui,此后直接运行npm run build即可
-
-npm run build
-```
-## analyze your items (项目模块分析)
-```
-npm run analyze
-```
-## 温馨提示
-```
-在新增vue页面的时候,热更新可能会失效,重启一下项目
-```
-## Run your tests
-```
-yarn run test
-```
-
-## Lints and fixes files
-```
-yarn run lint
-```
-
-## Run your unit tests
-```
-yarn run test:unit
-```
-
-## Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).
+ #### 项目分析
+ npm run analyze
+
+ #### 温馨提示
+ 在新增vue页面的时候,热更新可能会失效,重启一下项目
+
+### react版本请移步