Commit Graph

67 Commits

Author SHA1 Message Date
Kid
3da900813d docs: update Chinese translation of Deployment (#4486) [ci skip]
Co-Authored-By: GU Yiling <justice360@gmail.com>
(cherry picked from commit 9c99ce2be6)
2019-09-25 01:25:37 +08:00
vimvinter
ba97068bb3 docs(zh): update build-targets.md (#4505) [ci skip]
(cherry picked from commit c730b76f43)
2019-09-25 01:25:26 +08:00
Haoqun Jiang
af17a9b49f feat: support sass-loader v8 2019-09-09 17:23:21 +08:00
Haoqun Jiang
79affdc82d chore: merge branch 'next' into dev 2019-08-21 17:32:45 +08:00
Daniel Luz
94b07fb8b2 Update npx repository URL. (#4431) 2019-08-15 09:49:30 +02:00
Haoqun Jiang
aae827a108 docs: remove version (3.x) reference in docs 2019-08-13 21:03:06 +08:00
Haoqun Jiang
e9fd9a716c feat!: deprecate css.modules in favor of css.requireModuleExtension (#4387)
closes #4376

Since css-loader v3, custom CSS Modules configurations are under the
`modules` field. So when a user customizes these configurations, the `modules`
feature is automatically enabled for all css files.
So we must require the user's explicit consensus or disagreement on whether
these rules apply to all CSS files or not.
2019-08-02 21:14:39 +08:00
Haoqun Jiang
930b4596b1 feat: allow configuring scss options separately from sass (#4386)
closes #4116
2019-08-02 19:45:12 +08:00
Haoqun Jiang
8b8bb99316 feat: allow omitting scope prefix for official plugins on vue add (#4219) 2019-07-06 17:09:38 +08:00
Pavan Kumar Sunkara
362587a966 feat!: make vuex a separate plugin (#4242)
fixes #2335, #4024
2019-07-06 15:13:09 +08:00
Min ho Kim
c0aa2bb310 Fix typos (#4241) 2019-07-06 07:09:29 +03:00
Pavan Kumar Sunkara
246ae678cb feat!: make router a separate plugin (#4196)
* refactor: move router to its own plugin

* refactor: rename routerHistoryMode option to historyMode

* test: add @vue/cli-plugin-router tests

* feat: change src/router.js for most common use cases

* fix: fix cli-ui tests

* docs: Remove router root option from docs

* fix: add support for legacy router option
2019-07-05 23:21:29 +08:00
678
0d7908bc4a docs(zh): fix typo in deployment.md (#3827) [ci skip] 2019-04-18 22:57:58 +08:00
Haoqun Jiang
7916bb67f9 docs(zh/ru): fix sass import path
follow up of #3569
closes #3783
2019-04-09 19:45:33 +08:00
Haoqun Jiang
c078633be1 chore: merge branch 'dev' into docs 2019-02-20 16:54:46 +08:00
+v
dcbcfacf50 docs(zh): add a warning on running vue-cli-service serve [entry] in a multi-page setup (#3404) [ci skip] 2019-02-17 13:50:29 +08:00
Haoqun Jiang
43bee4ee22 docs: change references of "Vue CLI 3" to "Vue CLI" (#3422) [ci skip] 2019-02-08 20:47:43 +08:00
KuangPengfei
ff87547553 docs(zh): fix typo (#3428) [ci skip] 2019-02-07 17:33:16 +08:00
YuantongKang
e8b22439ac docs(zh): update deployment.md (#3315) [ci skip] 2019-01-17 22:48:46 +08:00
KuangPF
469ced1927 docs: deprecate confusing baseUrl option, use publicPath instead 2019-01-13 01:17:06 +08:00
Romoo
689f615234 docs(zh): fix typo in link (#3263) 2019-01-08 14:57:32 +08:00
Haoqun Jiang
e7af0d8fa3 feat: deprecate confusing baseUrl option, use publicPath instead. (#3143)
* feat: deprecate confusing `baseUrl` option, use `publicPath` instead.

* fix: do not touch CHANGELOG.md

* docs: links referring baseUrl now changed to publicPath
2019-01-07 21:20:05 +08:00
9aoyang
fb9907921a docs(zh): add hints for bash alias on windows (#3231) [ci skip] 2019-01-02 16:49:31 +08:00
Jellyfish
7b0e6f547d docs(zh): 翻译错误 (#3122)
原话是'--modern build app targeting modern browsers with auto fallback'
2018-12-13 13:38:44 +08:00
remote-star
68bc0d86ae docs(zh): correct the wrong file name. (#2902) [ci skip] 2018-11-06 19:41:28 +08:00
Haoqun Jiang
78c7c129dd feat: support yarn for adding inline registry
closes #2809

Yarn supports `--registry` since v1.2.0
2018-10-28 23:28:57 +08:00
Alexander Sokolov
31a25ccb8f docs: (ru / zh) update plugins-and-presets.md (#2824) [ci skip] 2018-10-28 12:32:04 +08:00
jamesanthony
667fc3dd19 docs(zh): fix typo in README.md (#2792) [ci skip]
pacakge.json修改为package.json
2018-10-23 16:42:55 +08:00
Alexandre Bonaventure Geissmann
9757f144e6 docs: fix prefetch custom config snippet (#2670) [ci skip] 2018-10-12 18:11:44 +08:00
Haoqun Jiang
7177097459 docs: currentScript polyfill should be included in the final app, not the library itself 2018-10-12 18:01:38 +08:00
Haoqun Jiang
a83f8ff551 docs: note on IE compatibility for lib target [ci skip] 2018-10-11 22:16:39 +08:00
勾三股四
5f18189570 docs(zh): keep updated (#2301)
* docs(zh): keep updated

* docs(zh): added Bitbucket cloud deployment
2018-09-21 16:27:23 +08:00
Yangxg
da31b87da3 docs: fix typo in ui-api.md (#2444) [ci skip] 2018-09-06 15:27:08 +08:00
wubaodong
43cb1ad65c docs: fix typo (#2448) [ci skip] 2018-09-06 15:26:10 +08:00
Haoqun Jiang
6f12d35cae docs: merge branch 'docs' into dev [ci skip] 2018-09-05 14:12:47 +08:00
Evan You
e810806fdb docs: fix scss example typo
close #2272
2018-09-05 14:07:23 +08:00
Guillaume Chau
492d564267 docs: add favicon, closes #2423 2018-09-02 14:43:13 +02:00
Evan You
d9c6ebe45f docs: follow up for #2269 [ci skip] 2018-08-20 11:32:59 -04:00
Evan You
a024513bcc docs: fix scss example typo
close #2272
2018-08-18 15:10:14 -04:00
Evan You
3b9ecf38fb docs: merge branch 'docs' into dev [ci skip] 2018-08-16 12:20:15 -04:00
Evan You
1e7fa2cf46 fix: fix css output location for relative baseUrl + more details in docs 2018-08-15 18:34:26 -04:00
Gavin Gong
f92ffe11b3 docs: fix typo & tweak link name (#2212) [ci skip] 2018-08-14 10:36:20 -04:00
Evan You
eb97e48aea docs: improve parallel option docs [ci skip] 2018-08-14 10:21:42 -04:00
getive
1d34a9d112 docs(zh): fix typo (#2209) [ci skip] 2018-08-14 09:00:10 -04:00
杨明山
4232cbd211 docs(zh): update webpack.md (#2177)
Avoid confusion
2018-08-13 12:13:17 -04:00
Jitao
5707b0b4ee docs(zh): fix typo, VUe to Vue (#2167) 2018-08-12 19:20:44 +09:00
Evan You
d96a794003 fix(eslint): always emit error when lintOnSave === error + improve docs
ref #2162
2018-08-11 15:38:43 -04:00
Evan You
ddbb37588e docs: add a note on polyfills in lib/wc 2018-08-10 14:52:10 -04:00
Evan You
c4b4bb06a1 docs: improve installation tip + tweaks [ci skip] 2018-08-10 10:43:24 -04:00
Evan You
d3a2a96bf3 docs: improve lintOnSave docs [ci skip] 2018-08-10 09:31:20 -04:00