Commit Graph

104 Commits

Author SHA1 Message Date
Florian Polster
9003f3c6d3 docs: mention admin privileges as a install requirement (#3708) [ci skip] 2019-04-09 00:46:30 +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
J Bruni
a1b784fe7d docs: fix grammar in css.md (#3598) [ci skip] 2019-03-17 02:11:16 +08:00
J Bruni
8d5d854925 docs: fix typo in troubleshooting.md (#3599) [ci skip] 2019-03-09 14:56:15 +08:00
Haoqun Jiang
b2d6dbdd0c chore: merge branch 'dev' into docs 2019-03-09 12:48:29 +08:00
Vi Pro
4c91f8dd5c docs(css): sass import path (#3569) [ci skip]
path should start with `~` because of css-loader url()
2019-03-06 15:03:38 +08:00
Haoqun Jiang
bd57f15a15 feat: support environment variable expansion (#3534) 2019-02-28 15:04:46 +08:00
Jonas
fec38f5541 fix(cli-service): catch exception if "copy to clipboard" fails (issue #3476) (#3503)
close #3476
2019-02-26 23:53:13 +08:00
cregetycreg
8db62376a5 docs: add docker based nginx deployment guide (#3323) 2019-02-25 17:31:19 +08:00
Haoqun Jiang
9ea88af113 docs: add an introductory paragraph to troubleshooting.md [ci skip] 2019-02-22 22:28:22 +08:00
Haoqun Jiang
61a58554a6 docs: add a troubleshooting page for common issues (#3479) 2019-02-22 22:16:41 +08:00
ruanhaojian
0003b5d1e4 docs: add self-hosted repos example for remote presets. (#3494) 2019-02-22 16:56:58 +08:00
Haoqun Jiang
c078633be1 chore: merge branch 'dev' into docs 2019-02-20 16:54:46 +08:00
Haoqun Jiang
3195287d10 docs: revert misleading warnings on NODE_ENV 2019-02-18 22:01:53 +08:00
Haoqun Jiang
225b558935 refactor: use dotenv to parse env file and add a link to its docs (#3462) 2019-02-18 14:44:12 +08:00
+v
ab008c5191 docs: add a warning on running vue-cli-service serve [entry] in a multi-page setup (#3404) 2019-02-17 13:50:07 +08:00
Jost Schulte
85c31cf79c docs: extend mode and env vars guide (#2657) [ci skip] 2019-02-16 12:15:55 +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
Ben Potter
8568232600 docs: add documentation for --formats to the build options section (#3386) [ci skip]
Pull #2583 added --formats to the cli build commands but did not add documentation to the guide for the flag
2019-01-30 01:55:33 +08:00
Jon Stephenson
3a1b1d8898 docs: update text on cli-service.md (#3360) [ci skip]
Changed word allows from 3rd person present.
2019-01-24 13:28:27 +08:00
Stefane Fermigier
e401a81054 docs: add option to use yarn instead of npm (#3160) [ci skip] 2019-01-12 00:35:40 +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
Hugo Maestá
fbc25fcaf6 docs: instructions about history pushstate in netlify (#2422) [ci skip]
* Instructions about History Pushstate in Netlify

Included instructions for users that use `History Pushstate mode` on Vue Router and run application on Netlify.

* Update docs/guide/deployment.md

Co-Authored-By: hmaesta <hmaesta@gmail.com>
2018-12-14 16:30:08 +08:00
Thorsten Lünborg
2ab93e7970 docs: add tip about detecting modern mode (#3108) [ci skip]
* Add tip abouit detecting modern mode

close #2921

* add note about postcss

* docs: fix typo and format [ci skip]
2018-12-13 21:46:50 +08:00
da70
d217d75812 docs: fix grammar (change "making" -> "make") (#3111) [ci skip] 2018-12-13 21:30:23 +08:00
yzStrive
ce72120b10 docs: add less global variables configuration demo (#2343) [ci skip] 2018-12-13 21:01:35 +08:00
Haoqun Jiang
bfe42ed1d1 chore: merge docs into dev [ci skip] 2018-12-02 00:24:03 +08:00
Natalia Tepluhina
7d99c441b3 docs: add a code sample for computed env variables declaration (#3046) [ci skip]
Fixes #2864
2018-11-30 20:53:12 +08:00
Simi Oluwatomi
44b066e2b3 docs: add hints on aliasing winpty vue.cmd (#2666) [ci skip]
Always remembering to use the `winpty vue.cmd create hello-world` syntax to create vue projects is kind of clunky as that is not the default syntax; someone like me will often forget.
Letting users know that they can alias the `winpty vue.cmd` command to something that feels more intuitive is better in my opinion.
2018-11-27 18:40:57 +08:00
Alejandro López
c33603d5d7 docs(deployment): add bash highlighting to code blocks (#2841) 2018-11-01 22:11:27 +08:00
Haoqun Jiang
bef5942b21 chore: merge branch 'docs' into dev [ci skip] 2018-11-01 00:04:32 +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
John Leider
1b8153cfc6 docs: update plugins-and-presets.md (#2777) [ci skip]
cli warns `Missing required argument <app-name>.`
2018-10-20 18:51:40 +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
Evan You
e810806fdb docs: fix scss example typo
close #2272
2018-09-05 14:07:23 +08:00
Robert Wildling
566464398d docs: Correct 2 minor grammar errors. (#2378) 2018-08-28 12:23:26 +02:00
Noel De Martin
7957600b05 docs: fix deploy.sh example with correct commands (#2269) [ci skip] 2018-08-20 11:31:43 -04:00
Simone Busoli
4b69388c28 docs: add bitbucket cloud deployment documentation (#2256) 2018-08-17 10:08:31 -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
Chuck C. Chao
ca1630d396 docs: update Firebase deployment example (#2216) [ci skip] 2018-08-14 20:42:38 -04:00
Noel De Martin
a6f1233039 docs: fix grammar typo in plugins-and-presets.md (#2199) [ci skip] 2018-08-14 09:08:20 -04:00
Alexander Sokolov
d730053b23 Update build-targets.md (#2157)
70160cc268 (diff-a3b41b526ebd10253d5760e82fdbfe1d)
2018-08-12 19:24:03 +09: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
492e567602 docs: add note about CSS static assets [ci skip] 2018-08-10 09:14:31 -04:00
Evan You
7b39bed188 refactor: use better modern mode and cors implementation
BREAKING CHANGE: The `corsUseCredentials` option has been replaced by the new
`crossorigin` option.
2018-08-08 23:31:13 -04:00
Evan You
c4843ef12e docs: document usage for generator & prompts in remote/local presets [ci skip] 2018-08-08 16:54:19 -04:00