Alec Barrett
3b92671ddb
docs: replace master with main to reflect GH default ( #6377 )
2021-05-10 21:36:32 +08:00
MowlCoder
ad213f0429
docs: fix master to main in heroku deployment ( #6359 )
2021-04-16 20:31:15 +08:00
Alexander Sokolov
6563bc71a8
docs: [RU] Translation update ( #6417 )
...
* docs: (ru) config/readme.md update
* docs: (ru) eslint.md update
* docs: (ru) cli-service.md update
* docs: (ru) css.md update
* docs: (ru) mode-and-env.md update
* docs: (ru) deployment.md update
Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com >
2021-04-13 16:31:15 +03:00
Xinwen
65d5f7aec5
docs: Minor change on the staging mode example ( #6365 ) [skip ci]
...
* Minor change on the staging mode example
As a beginner, I was confused with the parentheses staging line of the example. I thought the parentheses were the pattern to make the env variable work. I hope the change that I made could help.
2021-03-20 15:57:05 +08:00
Simon Legner
fb2205d779
docs: add JSDoc @type tag to config ( #6272 ) [ci skip]
...
Add JSDoc: @type for better editor support.
https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
2021-02-10 03:29:34 +08:00
Rüdiger Busche
e910e9c215
docs: add note about loader incompatible with webpack 4 ( #6266 )
2021-02-08 19:46:28 +08:00
Anzelika
89f88efe54
docs: update deployment.md for github custom domains ( #6239 )
...
Adding information about omitting publicpath config if you deploy to a custom domain.
2021-01-27 21:58:06 +08:00
yyzcl
382592a583
docs(zh): fix code demo ( #6237 )
2021-01-25 21:05:28 +08:00
Andy Chen
e026771641
docs: fix minor typo ( #6223 )
2021-01-20 23:24:39 +08:00
Robin Hellemans
8f1324ceee
docs: update description of ESlint default linted files ( #6199 )
2021-01-13 16:39:14 +08:00
Dahunsi Fehintoluwa
3eaef4d388
docs: fixed some typos on deployment.md ( #6176 )
...
Corrected 'fo' to 'of' and 'wit' to 'with' on line 180
2020-12-31 10:50:19 +08:00
Mark Szymanski
0435313e4c
docs: update skip plugins section of cli-service ( #5927 )
...
Simplify language, omit unnecessary use case example to better align with tone of other feature descriptions
2020-12-20 20:05:09 +08:00
Maurici Abad Gutierrez
fe0fa6718e
docs: easier Netlify setup for history mode ( #6093 )
...
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-12-18 17:21:04 +08:00
JiZhi
9e32481d4c
docs: mode-and-env doc need be updated ( #6050 )
2020-12-17 16:15:31 +08:00
Hollow Man
0716512cf6
docs: fix grammar Mistake in Docs ( #6074 ) [skip ci]
...
files -> file
Signed-off-by: Hollow Man hollowman@hollowman.ml
2020-12-17 16:15:27 +08:00
汪磊
2e28324600
docs(zh): correction of some format problems ( #6036 ) [skip ci]
2020-12-17 16:15:22 +08:00
RJW
ced2c34998
docs(zh): fix SyntaxError + = => += ( #6147 )[skip ci]
...
lines[renderIndex] + = `\n router,` => lines[renderIndex] += `\n router,`
2020-12-15 12:15:50 +08:00
Haoqun Jiang
49052f49ff
docs: don't add .loader() when modifying vue-loader options [skip ci] ( #6128 )
...
See the reasoning at https://github.com/Akryum/vue-cli-plugin-apollo/pull/463
2020-12-09 14:30:35 +08:00
Yazhe Wang
473f3d8abf
docs: add devServer.inline in config reference ( #6126 ) [skip ci]
...
closes #6031
2020-12-09 14:29:47 +08:00
davidmauskop
5ad4461b33
docs: update Render deployment guide ( #6085 ) [skip ci]
...
The flow for creating static sites in the Render dashboard was recently simplified
2020-11-26 16:29:58 +08:00
Alexander Sokolov
acae8e7ae4
docs: [RU] Translation update ( #6005 )
...
* docs: [RU] update migrating-from-v3.md
* docs: [RU] update prototyping.md
* docs: [RU] update webpack.md
* docs: [RU] fix typos in cli-service.md
* Update docs/ru/guide/prototyping.md
Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com >
* docs: (ru) pwa.md update
* docs: (ru) browser-compatibility.md fix import
* docs: (ru) deployment.md fix example
* docs: (ru) installation.md update
* docs: (ru) deployment.md update link
* docs: (ru) core-plugins/eslint fix
* docs: (ru) pwa.md update
* docs(ru): plugin-dev.md fix link
* docs(ru): cli-service.md update
* docs(ru): pwa.md update
* docs(ru): pwa.md update
* Update docs/ru/core-plugins/pwa.md
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com >
* Update docs/ru/core-plugins/pwa.md
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com >
* docs: (ru) eslint.md update
* docs: (ru) deployment.md
* docs: (ru) update plugins menu
* docs: (ru) added WebdriverIO
* Update docs/ru/core-plugins/e2e-webdriverio.md
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com >
* docs(ru): added tips for parallel option
* docs(ru): plugin-dev.md update
* docs(ru): installation.md update
* docs(ru): consistent code blocks
* docs(ru): deployment.md update
* docs(ru): deployment.md change now to vercel
* docs(ru): plugins-and-presets.md update
* docs(ru): installation.md update
* docs(ru): deployment.md update
* docs(ru): webpack.md update
* docs(ru): deployment.md update
* docs(ru): mode-and-env.md update
Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com >
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com >
2020-11-11 10:03:35 +02:00
Haoqun Jiang
597b4b6436
v4.5.7
v4.5.7
2020-10-07 16:39:24 +08:00
Haoqun Jiang
a3c7322a37
chore: merge branch 'master' into dev
2020-10-07 14:39:00 +08:00
Timothy
73e059a787
Update Vercel deployment instructions ( #5835 )
2020-10-06 13:22:18 +03:00
Haoqun Jiang
027386e8d1
fix: update the .vue file shim for Vue 3 ( #5903 )
2020-09-30 16:34:40 +08:00
Haoqun Jiang
bedf5bacba
chore: show error message that the wc target with Vue 3 isn't supported yet ( #5906 )
2020-09-29 13:19:22 +08:00
Haoqun Jiang
8578567c35
fix: more accurate warning message for missing global peer dependencies ( #5871 )
2020-09-28 17:15:43 +08:00
martinnaughton
352d759b60
docs: add notes on the vue inspect command ( #3797 ) [skip ci]
...
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com >
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-09-28 16:11:44 +08:00
Sarbik Betal
145cccac44
docs: update netlify docs for vue/cli-plugin-pwa ( #5847 ) [skip ci]
2020-09-28 15:40:17 +08:00
kzhang
286d0688d6
fix: incorrectly read Taobao binary mirror configuration. ( #5902 )
...
Co-authored-by: zhangke <zhangke12@zybank.com.cn >
2020-09-28 10:11:09 +08:00
森煜
668145939d
docs: add solution for yarn link error ( #5884 ) [skip ci]
...
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-09-27 16:36:46 +08:00
Haoqun Jiang
eda18b0542
fix: shouldn't remove attribute quotes in HTML ( #5899 )
2020-09-27 16:35:30 +08:00
Pablion
d7ac62575c
docs(zh): in build-targets.md add "using vuex" ( #5883 ) [skip ci]
2020-09-24 20:41:21 +08:00
Haoqun Jiang
468986b2c1
docs: remove mention of Node.js v8 npm workaround, as it's been fixed [skip ci]
2020-09-23 13:42:12 +08:00
Bodo Graumann
5b70fc2f10
fix: respect scope when resolving package metadata ( #5892 )
...
This should fix the remaining issue reported in #5411 .
In particular, if the user configured a dedicated npm registry for a
specific scope, this setting was previously disregarded by vue-cli.
Thus it was impossible to use vue upgrade if the packages were not also
published to the official npm registry.
2020-09-23 13:35:48 +08:00
Tzahi
31a543dfbe
docs: fix typo in en.json ( #5885 ) [ci skip]
2020-09-22 17:05:02 +08:00
Haoqun Jiang
6cac3af2df
v4.5.6
v4.5.6
2020-09-10 21:32:13 +08:00
Haoqun Jiang
6409363a36
fix: skip checking git gpgSign config ( #5869 )
...
Fix the issue described at https://github.com/vuejs/vue-cli/pull/5823#issuecomment-690269893
This simplifies the logic, thus less error-prone.
The error message is still correct anyway.
2020-09-10 21:25:13 +08:00
Haoqun Jiang
b94da37039
chore: Merge branch 'dev' into master
2020-09-10 20:28:23 +08:00
Haoqun Jiang
f77b4d35a5
v4.5.5
v4.5.5
2020-09-10 19:56:18 +08:00
Haoqun Jiang
9e5b16b001
fix: enable some syntax extensions by default for vue script compiler ( #5868 )
2020-09-10 19:46:23 +08:00
Haoqun Jiang
34c09dc803
fix: fix duplicate id="app" in Vue 3 project template ( #5852 )
...
closes #5813
2020-09-08 19:44:08 +08:00
Sergey Skrynnikov
d6e493db74
fix(unit-jest, unit-mocha): generate passing tests when bare option is used with router enabled ( #5591 )
...
Fixes #3544
2020-09-07 15:45:09 +08:00
Tyler
94f6e89512
docs(zh): update plugins-and-presets.md ( #5844 ) [ci skip]
...
中文文档与英文文档同步
2020-09-04 15:42:12 +08:00
Haoqun Jiang
f42888d9e1
chore: fix indentation
2020-09-03 09:55:33 +08:00
Carlos Rodrigues
10d5ae4a13
perf(ui): improve get folder list to use Promises instead of sync ( #3687 )
2020-09-01 16:30:03 +08:00
GabrielGMartinsBr
34b58c0f62
fix: allow turning off theme color tags ( #5820 )
...
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-08-31 09:52:39 +08:00
Amour1688
d88d927000
chore: rename jsx package scope from ant-design-vue to vue ( #5831 )
2020-08-28 15:32:39 +08:00
ʀᴀʏ
e4e5926ec6
docs: change zeit to vercel ( #5807 ) [ci skip]
...
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-08-28 13:44:12 +08:00
Haoqun Jiang
bbe4bb5a23
test: fix test errors
2020-08-28 00:44:45 +08:00