Showing
1 changed file
with
9 additions
and
9 deletions
1 | -版本:v1.3.2_release | |
1 | +版本:v1.4.0_release | |
2 | 2 | ## 准备 |
3 | 3 | |
4 | 4 | - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境 |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | |
43 | 43 | #### 元件库开发 |
44 | 44 | |
45 | - | |
45 | + | |
46 | 46 | |
47 | 47 | ##### 文件位置 |
48 | 48 | |
... | ... | @@ -174,9 +174,9 @@ Sidebar.prototype.initPalettes = function () { |
174 | 174 | |
175 | 175 | #### 数据绑定面板开发 |
176 | 176 | |
177 | - | |
177 | + | |
178 | 178 | |
179 | - | |
179 | + | |
180 | 180 | |
181 | 181 | ##### 文件位置 |
182 | 182 | |
... | ... | @@ -517,9 +517,9 @@ npm build |
517 | 517 | |
518 | 518 | > 打包成功后控制台输出结果与包存放位置,oss文件存放需要上传至oss服务器的js文件。 |
519 | 519 | |
520 | - | |
520 | + | |
521 | 521 | |
522 | - | |
522 | + | |
523 | 523 | |
524 | 524 | |
525 | 525 | |
... | ... | @@ -538,12 +538,12 @@ npm build |
538 | 538 | |
539 | 539 | 左侧文件则被gulp编译,失败时则到dist目录中找到未被编译的文件或者通过git进行回滚,在解决打包失败的原因后,再次打包。 |
540 | 540 | |
541 | -  | |
541 | +  | |
542 | 542 | |
543 | -  | |
543 | +  | |
544 | 544 | |
545 | 545 | 2. 打包后index.html会发生变更,引入文件的版本号修改,导致index.html被git追踪,可以通过将index.html加入git忽略文件中去。 |
546 | 546 | |
547 | -  | |
547 | +  | |
548 | 548 | |
549 | 549 | 3. 组态启动后的端口因与后台管理端的端口保持一致。 |
\ No newline at end of file | ... | ... |