Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-loader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pi-plusplus
fork-from-github
vue-loader
Commits
234c3b00
Commit
234c3b00
authored
May 05, 2018
by
Jinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs][zh] small tweaks
parent
8c4daf7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
linting.md
docs/zh/guide/linting.md
+1
-1
migrating.md
docs/zh/migrating.md
+1
-1
No files found.
docs/zh/guide/linting.md
View file @
234c3b00
# 校验
# 校验
(Linting)
官方的
[
eslint-plugin-vue
](
https://github.com/vuejs/eslint-plugin-vue
)
同时支持在 Vue 单文件组件的模板和脚本部分的校验。
...
...
docs/zh/migrating.md
View file @
234c3b00
...
...
@@ -202,7 +202,7 @@ CSS Modules 现在需要通过 `css-loader` 选项显式地配置。`<style>`
}
```
## 服务端渲染的
外置
## 服务端渲染的
依赖排除
在服务端渲染中,我们通常使用
`webpack-node-externals`
来从服务端构建中排除 npm 依赖。如果你需要从一个 npm 依赖导入 CSS,之前的方案是使用像这样的一个白名单:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment