Commit Graph

353 Commits

Author SHA1 Message Date
Eduard Aksamitov
2b3a306e8f docs(ru): fix link in webpack.md (#4358)
(cherry picked from commit d6507e6f84)
2019-08-02 18:45:52 +08:00
Boris K
00538f70da feat: add --port argument to 'vue serve' command (#4342)
(cherry picked from commit 59d3e74f33)
2019-08-02 18:42:20 +08:00
Haoqun Jiang
d53f0a924a chore: merge branch 'docs' into v3 2019-08-02 18:03:29 +08:00
Sergey Morkovkin
4eeb3720d7 docs(ru): update html-and-static-assets.md (#4333) 2019-07-28 20:40:36 +08:00
Mohsen Sadeghzade
149b307f72 Update mode-and-env.md (#4257)
* Update mode-and-env.md

Fixed example of keys, which they should start with VUE_APP_

* Update mode-and-env.md

change position of the tip

* Update docs/guide/mode-and-env.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
2019-07-24 21:12:45 +03:00
mx
b22bedbf94 Explain when .env files are loaded. (#4171)
It appears that .env files are only loaded at the start of `vue-cli-service` and are not watched for hot reloads. 
**I am actually not sure this is the case for everyone, but is so for me.**

I think it is worth noting because the expectation is that a file at the root of the project would be watched for hot reloads.
2019-07-14 18:04:56 +03:00
Ivan Sieder
55dc287936 Updated for Zeit Now V2 (#4232)
* Updated for Zeit Now V2

* Fixed styling issue

* Added additional hint for router mode set to history

* Update docs/guide/deployment.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
2019-07-14 15:46:20 +03:00
Max Tolkachev
55ce077d27 docs(ru): vue-cli docs / html-and-static-assets typo updated (#4270) [ci skip] 2019-07-14 15:38:28 +08:00
Max Tolkachev
2d767fc201 docs(ru): vue-cli docs / browser-compatibility typo updates (#4269) [ci skip] 2019-07-14 15:38:11 +08:00
Max Tolkachev
e01aaedd4c docs(ru): vue-cli docs / cli-service typo updated (#4268) [ci skip] 2019-07-14 15:37:29 +08:00
Haoqun Jiang
530f3faf90 vue-cli docs / plugins-and-presets typo updated (#4267) 2019-07-14 15:37:03 +08:00
Max Tolkachev
0401da3fdf docs(ru): vue-cli docs / creating-a-project text updated (#4266) [ci skip] 2019-07-14 15:36:44 +08:00
Max Tolkachev
e20b33bc21 docs(ru): vue-cli/guide typo updated (#4265) [ci skip] 2019-07-14 15:36:04 +08:00
Max Tolkachev
c909a52bd9 vue-cli docs / plugins-and-presets typo updated 2019-07-11 01:05:35 +03:00
Min ho Kim
fc6e0b70ef chore: fix typos (#4241)
(cherry picked from commit c0aa2bb310)
2019-07-06 18:44:16 +08:00
Min ho Kim
a35702230d docs: fix typos (#4241)
(cherry picked from commit c0aa2bb310)
2019-07-06 18:41:37 +08:00
Anurag Goel
1ad075afd8 docs: add Render deployment guide (#4217)
* docs: add Render deployment guide

* Update docs/guide/deployment.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit ebdcac32d4)
2019-07-06 18:38:07 +08:00
aruseni
3e8fef815d Correct HTML and Static Assets (#4192)
* Correct HTML and Static Assets

* Update docs/guide/html-and-static-assets.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit 80e5d7ff36)
2019-07-06 18:37:57 +08:00
Richard Patel
9c8c5ba91a deployment.md: Add instructions for Travis CI (#4103)
* deployment.md: Add instructions for Travis CI

* deployment.md: Same section for GitHub Pages
2019-07-05 16:29:43 +03:00
Anurag Goel
1f0d66f539 docs: add Render deployment guide (#4217)
* docs: add Render deployment guide

* Update docs/guide/deployment.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit ebdcac32d4)
2019-07-03 16:13:40 +08:00
Haoqun Jiang
818e5ddccd feat: implement version-related APIs for GeneratorAPI (#4000)
closes #2336

(cherry picked from commit 77092b2223)
2019-07-03 16:12:28 +08:00
aruseni
de2f68d96d Correct HTML and Static Assets (#4192)
* Correct HTML and Static Assets

* Update docs/guide/html-and-static-assets.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit 80e5d7ff36)
2019-07-03 16:12:07 +08:00
ziga
c5f1d20a75 Add heroku deployment guide (#3777)
* Add heroku deployment description

* Link to heroku CLI article

Also split instructions into steps

* Use heroku org buildpack link

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>

* Update docs/guide/deployment.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit 323acc915e)
2019-06-24 16:52:09 +08:00
Thorsten Lünborg
63da9677a5 docs: mention caveat about missing plugins when in legacy config (#3857)
* docs: mention caveat about missing plugins
when in legacy config
close #3845

* Update browser-compatibility.md

(cherry picked from commit 09ce29f720)
2019-06-24 16:51:59 +08:00
MoruoFrog
72cb160181 docs: add Chinese translation for the part -- Installing plugin locally (#4165) 2019-06-20 14:48:08 +08:00
Lloyd Atkinson
d1b7121102 docs: add tips on creating new project in existing directory (#4162) [ci skip]
In #1509 it is shown that a new project can be created in the an existing directory. This is a common scenario (e.g. creating a repo on GitHub, cloning it, and then running `vue create`). This commit makes this functionality more well known.
2019-06-18 14:50:39 +08:00
Eric li
0723ceba54 docs(zh): fix typo in mode-and-env.md (#4143) [ci skip] 2019-06-14 14:56:27 +08:00
Haoqun Jiang
f683ee80a2 chore: merge branch 'v3' into docs 2019-06-13 10:55:54 +08:00
kazuya kawaguchi
9fe3448788 docs: add more explanation at prompts (#3924)
(cherry picked from commit 500dc50205)
2019-06-13 10:30:08 +08:00
kazuya kawaguchi
afa6209a75 docs: fix dead link (#3923) [ci skip]
(cherry picked from commit 5f879c4b5d)
2019-06-13 10:30:08 +08:00
Orhan Tozan
b092e258bc docs: fix typo (#4096) [ci skip] 2019-06-04 23:58:23 +08:00
Haoqun Jiang
821067f3b0 docs: redirect the links to v3 branch on github (#4074) [ci skip] 2019-05-30 10:46:34 +08:00
Haoqun Jiang
9292fab5d9 docs(zh): 已 -> 被 [ci skip] 2019-05-26 14:20:51 +08:00
山顶洞羊
383a7057c8 docs(zh): some refinements (#3891) [ci skip] 2019-05-26 14:19:17 +08:00
Guillaume Chau
dbac8171b9 feat: prompt editor (#3929)
* feat(Prompt): editor

* docs(ui dev): update supported inquirer types

(cherry picked from commit 3f9838b649)
2019-05-25 22:08:03 +08:00
0xflotus
5c95ee9539 docs: fix typo of transformIgnorePatterns (#3927) [ci skip]
(cherry picked from commit e9d4c4902c)
2019-05-25 20:45:38 +08:00
Evan You
f0d8e9d14d chore: update sponsor link
(cherry picked from commit b916635d9e)
2019-05-25 20:40:54 +08:00
Haoqun Jiang
a3e0858105 feat: add .version field and assertVersion helper to plugin api (#3861)
partially addresses #2336 (GeneratorAPI TBD)
2019-04-28 13:45:00 +08:00
Natalia Tepluhina
411c999a1d docs: move plugin naming (#3874)
* docs: move naming plugin section to the beginning of the guide

* docs: added a link to npm

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

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* docs: add a warning in plugin naming section
2019-04-25 18:11:20 +02:00
678
0d7908bc4a docs(zh): fix typo in deployment.md (#3827) [ci skip] 2019-04-18 22:57:58 +08:00
Haoqun Jiang
578134016b chore: merge branch 'dev' into docs [ci skip] 2019-04-14 00:41:50 +08:00
Steve Workman
f69339e816 feat: add makeJSOnlyValue to generator API (#3568)
Provides convenience method for passing JS into config files.
Closes issue #3535.
2019-04-09 19:54:17 +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
Florian Polster
9003f3c6d3 docs: mention admin privileges as a install requirement (#3708) [ci skip] 2019-04-09 00:46:30 +08:00
Haoqun Jiang
2e20b7aef4 feat: bundle currentScript polyfill by default if library needs IE support (#3760) 2019-04-08 19:48:19 +08:00
Ramona
f6a6f1462c docs: fix typo in plugin-dev.md (#3773) [ci skip] 2019-04-08 18:49:04 +08:00
Thorsten Lünborg
a6d31662cf feat: add 3rd option to lintOnSave to support 'default' behaviour (fix #3552) (#3572) 2019-04-01 19:40:18 +08:00
Haoqun Jiang
09964a00f8 feat: make fibers opt-in for dart sass (#3628)
fixes #3429
fixes #3570
fixes #3624
2019-04-01 19:32:05 +08:00
modelair
3d9ac30980 docs(ru): update browser-compatibility.md (#3702) [ci skip] 2019-03-28 22:00:18 +08:00
bengallienne
fceede1ee0 docs: add notes for multi-page apps on references to 'prefetch' plugin (#3444) 2019-03-20 14:05:15 +08:00