Skip to content

Commit d2f932c

Browse files
author
xiongyj
committed
fixed readme
1 parent 787da9f commit d2f932c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 创宇盾星图
2-
* 前端架构 reactjs + reflux模型 + webpack + 百度echarts + grunt + less, 采用ES6语法+ babel解析器
2+
* 前端架构:
3+
+ reactjs 创建组件
4+
+ reflux模型
5+
+ webpack打包
6+
+ 百度echarts
7+
+ grunt配置轻量任务
8+
+ less语法糖
9+
+ ES6 + babel解析器
310

411
## getting start
512

@@ -9,9 +16,11 @@
916
+ grunt serve会启动本地开发服务器 webpack-dev-server
1017
+ webpack-dev-server方便使用热替换,程序一修改,界面马上改变
1118
+ 所以本地开发路径为:[http://localhost:8000/webpack-dev-server/](http://localhost:8000/webpack-dev-server/) 不要奇怪
19+
* `grunt test` 跑测试
1220

1321
### 线上模式
1422
* `npm install`
23+
* `grunt test`
1524
* `grunt build`
1625
+ 在dist 目录生产静态的文件,挂载到nignix 就行了
1726

0 commit comments

Comments
 (0)