Commit Graph

290 Commits

Author SHA1 Message Date
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
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
dcbcfacf50 docs(zh): add a warning on running vue-cli-service serve [entry] in a multi-page setup (#3404) [ci skip] 2019-02-17 13:50:29 +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
Haoqun Jiang
45dcbc53cf chore: merge branch 'dev' into docs 2019-02-07 17:33:28 +08:00
KuangPengfei
ff87547553 docs(zh): fix typo (#3428) [ci skip] 2019-02-07 17:33:16 +08:00
grafmouse
67ce6a2067 docs: update cli screenshots to 3.4. (#3427) [ci skip] 2019-02-07 17:30:33 +08:00
Haoqun Jiang
3d0d16a976 chore: merge branch 'dev' into docs 2019-01-30 22:52:03 +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
Natalia Tepluhina
4b2a11e552 docs: Plugin development guide (#2973)
* feat(docs): add Heroku deployment section

* fix: rename remote repository section title

* fix(docs): add a middleware for handling vue-router in deployed app

* fix(docs): fixed formatting

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Create structure for Plugin and Generator API; create Getting started and Modifying webpack config chapters

* feat: started registerCommand description

* feat: Add a description for adding new vue-cli-service command

* fix: Change the part about modifying existing vue-cli-service commands

* feat: Add local installation steps for cli-plugin with/without Vue UI

* feat: Add generator extending package and changing main file chapters

* feat: Add templating part to vue-cli-plugin Generator docs

* feat: described prompts

* fix: fixed condition on template rendering in generator

* fix: changed Getting Started part

* fix: Added links to Generator and Prompts chapters; fixed a description for testing a plugin locally

* fix: reverted changed to Heroku deployment

* fix: restored Surge chapter

* fix: deleted unused image

* fix: changed an order of chapters; added description for Generator part

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

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

* fix: rewrote the Generator part

* feat: add description for extending a package with new command

* fix: fixed service plugin description and links

* fix: fixed links and typos, added prompt API

* feat: UI description and augmenting task in the UI

* feat: added a description for configuration screen in UI

* feat: add configuration files description

* feat: add save config description

* feat: add prompts-in-UI description

* feat: added logo and discoverability sections

* feat: add publish plugin to npm section

* feat: stated plugin API reference

* fix: fixed typo in quote

* feat: Plugin API reference ready

* fix: removed examples

* feat: add Generator API reference

* fix: fixed typo in prompt

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

* fix: remove underscore in `_path` parameter

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

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

* fix: add export to the templating example

* fix: change preposition

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

* fix: add missing `{`

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

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

* fix: specified that package.json should be user's one

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

* fix: add dot

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

* fix: add dot

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

* fix: missing bracket

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

* fix: add dot

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

* fix: add dot

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

* fix: add dot

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

* fix: add colon

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

* fix: add semicolon

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

* fix: add semicolon

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

* fix: add semicolon

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

* fix: typo in `it's` vs `its`

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

* feat: add more places for logo to display

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

* fix: add vue add option to invocation

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

* fix: add fe missed brackets and moved filename section

* fix: fix indentations and remove OPTIONS constant

* fix: fix indentation and wrap built-in plugin description with a tip

* fix: add link to Public static files

* fix: change the description for UI prompts properties

* fix: add `@scope/vue-cli-plugin-<name>` option

* fix: code style fixes

* fix: change config id to follow reverse domain name notation

* fix: style fixes

* feat: add more comments with file names

* docs: fixes

* docs: removed built-it plugins prompts part
2019-01-25 09:42:12 +01: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
YuantongKang
e8b22439ac docs(zh): update deployment.md (#3315) [ci skip] 2019-01-17 22:48:46 +08:00
KuangPF
469ced1927 docs: deprecate confusing baseUrl option, use publicPath instead 2019-01-13 01:17:06 +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
Alexander Sokolov
3111e3006b docs: [RU] Translation update (#3270) [ci skip]
* 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
2019-01-12 00:33:33 +08:00
Haoqun Jiang
6d5cbdb479 docs: host bit's logo in the project [ci skip]
fixes #3273
2019-01-10 16:46:11 +08:00
Haoqun Jiang
5854443207 docs: put back favicon.png [ci skip]
closes #3273
2019-01-10 16:41:48 +08:00
Romoo
689f615234 docs(zh): fix typo in link (#3263) 2019-01-08 14:57:32 +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
Haoqun Jiang
016d474e1c workflow: only generate changelog for the latest release and concat with the old
so that the old manually edited parts won't be overwritten.
2019-01-03 14:48:21 +08:00
9aoyang
fb9907921a docs(zh): add hints for bash alias on windows (#3231) [ci skip] 2019-01-02 16:49:31 +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
Jellyfish
7b0e6f547d docs(zh): 翻译错误 (#3122)
原话是'--modern build app targeting modern browsers with auto fallback'
2018-12-13 13:38:44 +08:00
Haroen Viaene
ad9ef4cea7 docs: enable Algolia search (#3085)
Hey there! I enabled VuePress' feature to show the search via DocSearch so there's the extra features, like searching in the content, and typo tolerance. 

Thanks!
2018-12-07 00:13:44 +08:00
Haoqun Jiang
bfe42ed1d1 chore: merge docs into dev [ci skip] 2018-12-02 00:24:03 +08:00
Alexander Sokolov
9697caf562 docs: (ru) Translation update (#3036) [ci skip]
* docs: (ru) config/README.md update devServer example

* docs: (ru) creating-a-project.md update
2018-12-01 21:08:36 +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
Alexey Lebedeff
ea312cfe50 docs: update devServer.proxy documentation (#2968) [ci skip]
So that it'll be obvious that proxies are configured via regexes. Usually it's not noticeable, but the original example becomes problematic when vue-router in history mode is used.

Here is a place where matching happens - 5786e273b2/packages/%40vue/cli-service/lib/util/prepareProxy.js (L69)
2018-11-27 16:45:24 +08:00
Haoqun Jiang
7d2b345af3 chore: merge branch 'docs' into dev [ci skip] 2018-11-15 13:37:43 +08:00
Alexander Sokolov
13a9f6f597 docs: (ru) Translation update (#2940) [ci skip]
* docs: (ru) update build-targets.md

* docs: (ru) ui-api.md update

* docs: (ru) ui-localization.md update

* docs: (ru) deployment.md update

* docs: (ru) config/readme.md update
2018-11-15 13:37:03 +08:00
remote-star
68bc0d86ae docs(zh): correct the wrong file name. (#2902) [ci skip] 2018-11-06 19:41:28 +08:00
Raphael DDL Oliveira
45753bb2f6 docs: update config pages README.md (#2798) [ci skip]
Updates readme to reflect changes done by #2544 (commit 4cabf5e8c7 ). 
Not sure if properly worded but with that changes, fares an explanation that any other properties will also get passed along to `html-webpack-plugin`, not only listed properties.
2018-11-01 22:14:12 +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
Guillaume Chau
d11290a0e1 feat(plugin api): task match can now be a function 2018-10-29 14:46:31 +01:00
Guillaume Chau
1aed844052 docs(ui): update translation instructions 2018-10-28 22:33:59 +01:00
Claas Augner
f1275311eb docs: Update ui-localization.md (#2726)
Explain how Transifex can be used.
2018-10-28 22:33:08 +01: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
Alexander Sokolov
31a25ccb8f docs: (ru / zh) update plugins-and-presets.md (#2824) [ci skip] 2018-10-28 12:32:04 +08:00