From 6e0dc60c729fa23cb53b8bdbc20e33be6cbebfc2 Mon Sep 17 00:00:00 2001
From: zhoudw <zhoudw@infobird.com>
Date: Mon, 10 Jan 2022 16:40:01 +0800
Subject: [PATCH] 通讯

---
 README.md |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7c17308..d538388 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,21 @@
-## vue-app
+# vue-app
 
-教育培训vue版本app
+> 智能话术对练企业微信移动端
 
+## Build Setup
+
+``` bash
+# install dependencies
+npm install
+
+# serve with hot reload at localhost:8080
+npm run dev
+
+# build for production with minification
+npm run build
+
+# build for production and view the bundle analyzer report
+npm run build --report
+```
+
+For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

--
Gitblit v1.8.0