Commit 4b326c83 authored by liujiangnan's avatar liujiangnan

完善文档

parent 6a7f8058
......@@ -4,6 +4,15 @@ angularjs技术框架下的H5互动模板框架脚手架,基于NG-ZORRO实现
# 使用简介
## 前期准备
* git下载 https://git-scm.com/downloads
* nodejs下载 https://nodejs.org/zh-cn/download/
* 谷歌浏览器下载 https://www.google.cn/chrome/
都下载最新版就行,然后默认安装就可以
## 生成项目
* 登录绘玩云课件开发平台:http://staging-teach.ireadabc.com/
......@@ -19,7 +28,8 @@ angularjs技术框架下的H5互动模板框架脚手架,基于NG-ZORRO实现
// xxx 是上面项目对应的Git地址
git clone xxx
cd 项目名称/
npm install
npm install -g yarn
yarn install
npm start
//启动成功后打开浏览器,输入:http://localhost:4200 则可以看到这个项目的初始化效果了
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment