We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787da9f commit d2f932cCopy full SHA for d2f932c
README.md
@@ -1,5 +1,12 @@
1
# 创宇盾星图
2
- * 前端架构 reactjs + reflux模型 + webpack + 百度echarts + grunt + less, 采用ES6语法+ babel解析器
+ * 前端架构:
3
+ + reactjs 创建组件
4
+ + reflux模型
5
+ + webpack打包
6
+ + 百度echarts
7
+ + grunt配置轻量任务
8
+ + less语法糖
9
+ + ES6 + babel解析器
10
11
## getting start
12
@@ -9,9 +16,11 @@
16
+ grunt serve会启动本地开发服务器 webpack-dev-server
17
+ webpack-dev-server方便使用热替换,程序一修改,界面马上改变
18
+ 所以本地开发路径为:[http://localhost:8000/webpack-dev-server/](http://localhost:8000/webpack-dev-server/) 不要奇怪
19
+ * `grunt test` 跑测试
20
13
21
### 线上模式
14
22
* `npm install`
23
+ * `grunt test`
15
24
* `grunt build`
25
+ 在dist 目录生产静态的文件,挂载到nignix 就行了
26
0 commit comments