Commit Graph

423 Commits

Author SHA1 Message Date
Haoqun Jiang
d41f31c2f9 docs: add warning on client side environment variables (#5243)
Inspired by the create-react-app documentation
https://create-react-app.dev/docs/adding-custom-environment-variables
2020-03-07 00:22:35 +01:00
夜宴
d84c074eb9 Update plugin-dev.md (#5231) 2020-03-07 00:20:02 +01:00
Haoqun Jiang
a6c35cd881 chore: merge branch 'dev' 2020-02-27 18:18:50 +08:00
derline
c39eb72ce2 docs(zh): fix typo in mode-and-env.md (#5224) 2020-02-26 23:23:25 +08:00
dehero
bd12771ad6 Remove unnecessary hyphen (#5184) 2020-02-25 07:27:32 +02:00
defead
b08c10fbcd docs(zh): update example format (#5209) 2020-02-24 15:08:19 +08:00
Xiao Haiping
efbc20c676 docs(zh): Update now 404 url (#5141)
ref to en docs
2020-02-17 15:22:18 +08:00
Ville Säävuori
677e4c5aa0 Added basic upgrading instructions (#5176)
* Added basic upgrading instructions

* Update docs/guide/installation.md

Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>

* Update docs/guide/installation.md

Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-02-15 12:40:11 +02:00
茂茂
601bf34310 docs(zh): fix typos (#5157) 2020-02-11 20:46:52 +08:00
Haoqun Jiang
d7acff56a4 chore: merge branch 'dev' into master 2020-02-07 15:53:14 +08:00
Haoqun Jiang
079a451f18 v4.2.0 2020-02-07 15:44:52 +08:00
小新
7f2140a218 docs(en): update polyfill import according to core-js 3 docs (#5130) 2020-02-06 13:36:49 +08:00
Илья
9f0b1f6243 fix(docs): new travis CLI interface (#5126)
At the moment this is done like this: https://github.com/travis-ci/travis.rb#env
2020-02-01 09:36:34 +02:00
Frank Fang
9e18f3c01d Add a demo for multiple loader (#5122)
English version already merged https://github.com/vuejs/vue-cli/pull/5076/files
2020-01-30 22:01:31 +08:00
小新
771182ebbc docs(zh): update polyfill import according to core-js 3 docs
* vue-cli@4 use core.js@^3.4.3

when use core.js@^3.4.3, you should use ```import "core-js/stable";import "regenerator-runtime/runtime";```
[this is an doc about core.js@3](https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md#babelpolyfill)

* add space

* use single quote to keep the code style consistent

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-01-28 16:52:37 +08:00
Alexander Sokolov
ff8f035ba6 docs: [RU] Translation update (#5094)
* 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>

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-01-19 21:05:04 +02:00
defead
5edafc09fa line 477 according to english version (#5081)
'@vue/babel-preset-env' to '@vue/babel-preset-app'
2020-01-14 19:08:10 +02:00
Frank Fang
b5dedc175c Add a demo for multiple loaders (#5076) 2020-01-14 15:32:41 +02:00
Natalia Tepluhina
cf5f009327 Mention that Vue CLI should be installed in Prototyping guide (#5079)
* docs: clarified that we need CLI installed

* docs: added vue-cli to bash script

* Update docs/guide/prototyping.md

Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>

Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
2020-01-14 10:04:21 +08:00
Natalia Tepluhina
1790205ded fix: fix a typo (#5078) 2020-01-14 09:58:20 +08:00
Haoqun Jiang
49f70ba27d docs: mention the precedence of .vue & .ts(x) extensions (#5055)
closes #4936
2020-01-13 19:16:17 +05:30
ntnyq
e8fb3d98e8 docs(zh): Sync Chinese translation (#5051) [ci skip] 2020-01-09 22:20:39 +08:00
Xin Tan
74d801e61f Updated zh-cn translation in cli section (#5019)
* UPDATDED: translation in simplified Chinese for 'yorkie' and 'husky' in warning

* UPDATED: add missing code snippits in EN doc
2020-01-09 22:20:32 +08:00
Xin Tan
f14b2da973 docs: update zh-cn translation in config lintOnSave section (#5031) [ci skip]
* 修正lintOnSave的默认type类型

* 修正lint编译错误时新增warning类型

* 修正md内字符串需要引号

* trim line ending space
2020-01-09 22:19:18 +08:00
ntnyq
afb5db82e7 docs(zh): Sync Chinese translation (#5051) [ci skip] 2020-01-09 20:18:10 +08:00
Xin Tan
80b93951b1 Updated zh-cn translation in cli section (#5019)
* UPDATDED: translation in simplified Chinese for 'yorkie' and 'husky' in warning

* UPDATED: add missing code snippits in EN doc
2020-01-03 16:06:06 +08:00
Alexander Sokolov
4087220b86 docs: [RU] Translation update (#5009)
* docs: (ru) config/README.md update devServer example

* docs: (ru) creating-a-project.md update

* docs: css.md add less examples

* docs: browser-compatibility.md update

* docs: deployment.md update

* docs: (ru) config/readme.md update

* docs: (ru) deployment.md update

* docs: (ru) prototyping.md add yarn command

* docs: config.md fix

* docs: ui-localization.md typo

* docs: [RU] Translation update

* docs: [RU] Translation update

* docs: vuex.md added

* docs: router.md added

* docs: migration from v3 added

* docs: config.js updated

* docs: config/readme.md updated

* docs: unit-mocha.md updated

* docs: css.md updated

* docs: cli-service.md updated

* docs: generator-api.md updated

* docs: build-target.md update

* docs: deployment.md update

* docs: e2e-nightwatch.md update

* docs: unit-jest.md update

* docs: e2e-nightwatch.md update

* docs: migrating-from-v3.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update

* docs: config.md fix

* docs: pwa.md update

* docs: pwa.md update
2019-12-29 16:14:20 +02:00
Haoqun Jiang
3b7227d544 v4.1.2 2019-12-28 20:54:27 +08:00
Haoqun Jiang
95ae2a1eb2 chore: merge branch 'master' into dev 2019-12-28 19:31:26 +08:00
Jorge Moliner
9e739074a4 docs: update example code (#4987) 2019-12-22 12:41:56 +02:00
Haoqun Jiang
7bc3cd7541 docs: his -> their (#4976) 2019-12-21 07:44:06 +02:00
clem
3f15b4cff7 mention navigateFallback in the pwa docs (#4973) 2019-12-21 07:43:02 +02:00
Jun-Kyu Kim
26bdb511e6 fix: typo errors (#4938) 2019-12-12 21:11:03 +05:30
Alexander Sokolov
02f2436bdb docs: [RU] Translation update (#4917)
* docs: (ru) config/README.md update devServer example

* docs: (ru) creating-a-project.md update

* docs: css.md add less examples

* docs: browser-compatibility.md update

* docs: deployment.md update

* docs: (ru) config/readme.md update

* docs: (ru) deployment.md update

* docs: (ru) prototyping.md add yarn command

* docs: config.md fix

* docs: ui-localization.md typo

* docs: [RU] Translation update

* docs: [RU] Translation update

* docs: vuex.md added

* docs: router.md added

* docs: migration from v3 added

* docs: config.js updated

* docs: config/readme.md updated

* docs: unit-mocha.md updated

* docs: css.md updated

* docs: cli-service.md updated

* docs: generator-api.md updated

* docs: build-target.md update

* docs: deployment.md update

* docs: e2e-nightwatch.md update

* docs: unit-jest.md update

* docs: e2e-nightwatch.md update

* docs: migrating-from-v3.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update

* docs: plugin-dev.md update
2019-12-06 15:24:09 +08:00
Haoqun Jiang
357c99a3fb chore: merge branch 'master' into dev 2019-11-27 00:03:10 +08:00
Jose G. Alfonso
f83c44113f Update doc section on Git Hooks (#4820)
Added complete required entries for lint-staged to work
2019-11-21 10:33:38 +02:00
Haoqun Jiang
e46ac20784 docs: add warnings on css sideEffects (#4836)
These warnings are originally stated in the vue-loader documentation,
but the CLI documentation perhaps have more visibility.

Fixes #4832
2019-11-21 10:33:02 +02:00
文翰弟
f9291581e8 docs(zh): Update browser-compatibility.md (#4831) 2019-11-11 19:16:21 +08:00
gregoiredx
d4bd9c644f use gitlab CI env variable for project name (#4716)
* use gitlab CI env variable for project name

* add explanation on CI_PROJECT_NAME env var

* docs: gzip support in GitLab Pages
2019-11-07 07:17:48 +02:00
Haoqun Jiang
1e663df1ca feat(GeneratorAPI): accept multiple arguments for the resolve method (#4715)
* feat(GeneratorAPI): accept multiple arguments for the resolve method

To make its signature conform to  the standard `path.resolve`, avoid
confusions.

There's already a bug in the downstream plugin that was caused by such
confusion: a742953b83/generator/index.js (L163-L171)

* docs: update descriptions of the `resolve` api [ci skip]
2019-11-07 10:29:06 +08:00
Yoshiaki Itakura
77384eced8 fix docs css.loaderOptions.css.localsConvention (#4803)
Moved 'localsConvention' to the same level as 'modules'.
2019-11-06 22:14:28 +08:00
Guillaume Chau
698c0d63a7 docs: add 'Browse plugins' link to header (#4760) 2019-11-01 16:53:25 +08:00
arnaudvalle
6347fd2660 docs: specify default entryFile value for serve command (#4758) 2019-10-26 10:54:30 +03:00
Sean G. Wright
ae111393f2 Update migrating-from-v3 README typo (#4746)
Changed `--sav-dev` to `--save-dev`
2019-10-25 16:04:27 +08:00
Mulia Nasution
2cdb50c802 Fix indentation of --inline-vue description (#4733) 2019-10-21 20:13:48 +08:00
Marco Pöhler
48dd88affa docs: added instructions for yarn (#4706) [ci skip] 2019-10-18 14:16:37 +08:00
Philipp Gildein
0d75de6c51 Fix link to eslint PR (#4702) 2019-10-17 19:23:39 +08:00
Haoqun Jiang
15c86f0f9b docs: preparing v4 stable release [ci skip] 2019-10-16 19:13:47 +08:00
Haoqun Jiang
2601fece02 docs: add notes about vue --version output format [ci skip] 2019-10-16 14:36:33 +08:00
Haoqun Jiang
28fd1db9d0 chore: merge branch 'next' into dev 2019-10-16 14:15:09 +08:00