From 1a4d9ea4aa045d4754156bcdc7068f09f2b1a673 Mon Sep 17 00:00:00 2001
From: liujiangnan <695541723@qq.com>
Date: Fri, 27 Dec 2019 19:15:28 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1276cb1..1d1aa99 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,39 @@
 # ng-template-generator
 
-angularjs技术框架下的H5互动模板框架脚手架
\ No newline at end of file
+angularjs技术框架下的H5互动模板框架脚手架,基于NG-ZORRO实现快速开发基于绘玩云的H5互动课件。
+
+# 使用简介
+
+## 生成项目
+
+* 登录绘玩云课件开发平台:http://staging-teach.ireadabc.com/ 
+* 点击“模板管理” 菜单,然后点击“新建模板”, 填写必要的信息,在“技术选型”一项上选择“Angular”
+* 点击“确定”后,列表页就会出现一个新生成的模板项目
+* 在项目的卡片下找到“开发”按钮,则会弹出相对应的git地址
+
+## 获取并启动项目
+
+```
+// xxx 是上面项目对应的Git地址
+git clone xxx
+cd 项目名称/
+npm install
+npm start
+
+//启动成功后打开浏览器,输入:http://localhost:4200 则可以看到这个项目的初始化效果了
+
+```
+
+## 项目结构
+
+|-- bin
+|-- dist
+|-- e2e
+|-- node_modules
+|-- publish
+|-- src
+| |-- app
+| |-- assets
+||-- environments
+
+
-- 
2.21.0