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 84696a3 commit 5b78f71Copy full SHA for 5b78f71
README.md
@@ -4,9 +4,9 @@
4
5
> ###写在前面
6
> 一直以来,我都相当纳闷:为什么 React 的那些 starter kit 都构建得那么恶心?
7
-> 能不能像 [Vue Cli][vue-cli] 生成的[项目架构][vue-cli-template]般优雅?说干就干,本项目就改自 [Vue Demo][vue-demo]
8
->
9
-> ### 更新
+> 能不能像 [Vue Cli][vue-cli] 生成的[项目架构][vue-cli-template]般优雅?说干就干,本项目就改自 [Vue Demo][vue-demo]
+>
+> ### 更新
10
> 2016/8/28 引入 `cross-env` 解决跨平台问题,新增优化项 `DedupePlugin`
11
12
## 目录
@@ -188,7 +188,6 @@
188
> 还可以 `cd dist` 后,`python -m SimpleHTTPServer [端口]` 或 `php -S localhost:[端口]` 快速便捷地实现静态资源服务器
189
>
190
> 关于生产环境下的部署与优化,已超出本文档的论述范围,请自行查阅相关资料
191
-> 在这里您可能需要全局安装 [rimraf](https://github.com/isaacs/rimraf): `npm i rimraf -g`(或根据[指引](http://stackoverflow.com/questions/9679932)配置环境变量避免全局安装)
192
193
***
194
0 commit comments