Skip to content

Commit

Permalink
docs: Fix typo. (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
solarhell authored and popomore committed May 8, 2017
1 parent b3403b5 commit b01d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/deployment.md
Expand Up @@ -7,7 +7,7 @@ title: 应用部署

## 构建

Javascript 语言本身不需要编译的,构建过程主要是下载依赖。但如果使用 Typscript 或者 Babel 支持 ES6 以上的特性,那就必须要这一步了。
Javascript 语言本身不需要编译的,构建过程主要是下载依赖。但如果使用 TypeScript 或者 Babel 支持 ES6 以上的特性,那就必须要这一步了。

一般安装依赖会指定 `NODE_ENV=production``npm install --production` 只安装 dependencies 的依赖。因为 devDependencies 中的模块过大而且在生产环境不会使用,安装后也可能遇到未知问题。

Expand Down

0 comments on commit b01d30e

Please sign in to comment.