Commit 234c3b00 authored by Jinjiang's avatar Jinjiang

[docs][zh] small tweaks

parent 8c4daf7a
# 校验
# 校验 (Linting)
官方的 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 同时支持在 Vue 单文件组件的模板和脚本部分的校验。
......
......@@ -202,7 +202,7 @@ CSS Modules 现在需要通过 `css-loader` 选项显式地配置。`<style>`
}
```
## 服务端渲染的外置
## 服务端渲染的依赖排除
在服务端渲染中,我们通常使用 `webpack-node-externals` 来从服务端构建中排除 npm 依赖。如果你需要从一个 npm 依赖导入 CSS,之前的方案是使用像这样的一个白名单:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment