Commit Graph

490 Commits

Author SHA1 Message Date
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
Timothy 73e059a787 Update Vercel deployment instructions (#5835) 2020-10-06 13:22:18 +03: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
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
Tyler 94f6e89512 docs(zh): update plugins-and-presets.md (#5844) [ci skip]
中文文档与英文文档同步
2020-09-04 15:42:12 +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
Luis Marroquin 929f1b0e6b docs: update deployment.md (#5815) [ci skip]
Comment: // vue.config.js file to be place in the root of your repository

Should be also on `GitHub Pages` guide, not only `GitLab Pages`
2020-08-24 15:54:28 +08:00
Haoqun Jiang d9d191f416 docs: update Node version requirement to address package manager issues (#5811) [ci skip]
It's recommended to use NPM v6 with Node.js v8, because:

1. Some of the upstream packages may accidentally introduce dependencies
that require Node.js 10+ in the `engines` field. This only leads to a
warning in NPM but will break Yarn.

2. NPM v5 does not support dependency versions starting with `npm:`,
so it can't support Vue 3 related features in Vue CLI.
2020-08-24 15:52:19 +08:00
Christoph Schäffer 76bf3d967a docs: writeFileSync path was missing api.resolve (#5804) [ci skip] 2020-08-24 15:43:47 +08:00
Booker Zhao 865fdd2e5b docs: update cloudbase deploy doc (#5810) 2020-08-22 12:15:39 +08:00
Booker Zhao b1223fa65f docs: update cloudbase deploy doc (#5805) 2020-08-19 10:51:19 -04:00
Robbin Baauw c227e1f12e docs: add thread-loader warnings (#5777) [ci skip] 2020-08-15 15:28:47 +08:00
Haoqun Jiang 3803016bd5 chore: Merge branch 'master' into dev 2020-08-10 14:46:03 +08:00
Necmettin Karakaya 5baec1fdc5 chore: fix common misspelling errors (#5694)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-10 01:17:01 +08:00
Alexander Sokolov f8395618bb docs: [RU] Translation update (#5765)
* 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>

Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-08-09 11:10:40 +03:00
cogor 19f1a8ad66 docs: update deployment.md (#5728) [ci skip] 2020-08-06 23:02:21 +08:00
Haoqun Jiang d39d95c2ee chore: update webdriver.io docs 2020-08-06 00:34:19 +08:00
Booker Zhao 544e054705 docs: add cloudbase deploy doc (#5741) 2020-08-03 11:17:23 -04:00
Christian Bromann 87e9d42fbe feat(e2e-webdriverio): add e2e plugin for WebdriverIO (#5479) 2020-08-01 00:46:14 +08:00
Haoqun Jiang 56348259db v4.5.0 2020-07-24 19:41:52 +08:00
Haoqun Jiang 05057c1650 chore: Merge branch 'master' into dev 2020-07-24 18:55:19 +08:00
George Tsiolis 8f5691be8d docs: merge plugin-related navigation items (#5655) [ci skip] 2020-07-20 18:05:06 +08:00
Yazhe Wang 830f08caa8 docs: fix publicPath anchor in config reference (#5679) [ci skip] 2020-07-16 15:20:03 +08:00
Ray e377024efe docs: fix a wrong anchor (#5674) [ci skip]
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-07-13 21:16:49 +08:00
Yazhe Wang 38234ef74c docs: additionalData option for sass-loader 9.0 (#5673) [ci skip] 2020-07-13 16:21:07 +08:00
Ivan Sieder b722271733 docs: fixed typo (#5667) [ci skip] 2020-07-13 14:47:34 +08:00
vimvinter e5cf1a2e37 docs(zh): change line to lines in plugin-dev.md (#5671)
Co-authored-by: zhouxinyong[周新勇] <zhouxinyong@xiaomi.com>
2020-07-11 12:31:43 +08:00
good luck d1a42488b3 docs(zh): additionalData example for sass-loader 9.0 (#5668) 2020-07-10 10:06:35 +08:00
Dave Dane Pacilan a21c19b1d8 docs: Update Firebase project link (#5664) [ci skip] 2020-07-09 21:13:34 +08:00
FM 49bf36fcea docs(zh): fix the link to the plugin-api page (#5658) [ci skip] 2020-07-07 20:31:25 +08:00
Drew Bragg 652f4c7f3e docs: explain pwa head/manifest icons (#5408) 2020-07-07 09:07:59 +08:00
Haoqun Jiang f6e9b9469f docs: @babel-preset/env -> @babel/preset-env (#5603)
closes #5475

Thank @ucev for spotting this.
2020-06-24 10:35:19 +08:00
小新 dc2456ed29 docs: translate plugin-dev (#5345) [ci skip]
* docs: translate plugin-dev

* update 部分语法调整

* Update docs/zh/dev-guide/plugin-dev.md

* Update docs/zh/dev-guide/plugin-dev.md

* Update docs/zh/dev-guide/plugin-dev.md

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-06-22 10:50:10 +08:00
yazhe wang 6592e62770 docs: update cli eslint plugin configuration (#5579) [ci skip]
* docs: update cli eslint plugin configuration

* docs: sync cli-plugin-eslint README from core-plugins

* docs: update eslint plugin README
2020-06-16 18:59:50 +08:00
Alexander Sokolov c63593e036 docs: [RU] Translation update (#5578)
* 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>

Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-06-13 17:46:35 +03:00
Haoqun Jiang e13f8f8588 chore: merge branch 'master' into dev 2020-06-12 15:52:05 +08:00
Haoqun Jiang a4839e921b v4.4.2 2020-06-12 15:46:01 +08:00
Haoqun Jiang e096927b4a chore: merge branch 'master' into dev 2020-06-11 23:18:50 +08:00
liuye11 893611dad2 docs: update default value of lintOnSave option (#5563) [ci skip]
closes #5100
2020-06-10 15:45:20 +08:00
yazhe wang 696542d354 docs: serve command default entry value (#5558) [ci skip]
closes #5562 4485
2020-06-10 15:36:28 +08:00