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
Evan You
fff62f7a73
refactor: enable dev config in more cases
2018-08-08 10:18:48 -04:00
Evan You
70160cc268
docs: update docs to match image inline limit
...
close #2106
2018-08-08 09:51:16 -04:00
Ivan Sieder
981d1a976d
docs: removed duplicate "Now" title ( #2079 ) [ci skip]
2018-08-07 11:38:18 -04:00
Evan You
69ee1e63f0
docs: merge branch 'docs' into dev [ci skip]
2018-08-07 11:31:30 -04:00
David Bernegger
fa6e9772d8
docs: update create command flags ( #2063 ) [ci skip]
2018-08-05 23:25:31 -04:00
Evan You
01407ed29d
docs: make Now deployment guide work for SPA
2018-08-05 22:35:00 -04:00
Alexander Sokolov
e3ba60fbf5
docs: update cli-service.md ( #2037 ) [ci skip]
2018-08-05 22:28:43 -04:00
Ivan Sieder
cca857c3ff
docs: added Now deployment ( #2022 )
2018-08-05 22:27:04 -04:00
Matt Isenhower
e21c49adb4
docs: fix issues with prefetch override docs ( #2010 ) [ci skip]
2018-08-05 22:12:15 -04:00
Alexander Sokolov
d1a655c3f0
docs: fix link in html-and-static-assets.md ( #2003 )
2018-07-31 10:45:43 -04:00
Evan You
87f6eda2b9
docs: add a note about CSP for modern mode [ci skip]
2018-07-31 10:14:52 -04:00
Evan You
77f7f9ac77
docs: filenameHashing
2018-07-30 16:01:15 -04:00
Evan You
1ce40cd247
docs: Merge branch 'docs' into dev
2018-07-26 22:43:25 -04:00
Guillaume Chau
0521818087
docs(css): auto import [ci skip]
2018-07-24 19:09:26 +02:00
Evan You
c245579b41
docs: mention how to use webpack built-in prefetch [ci skip]
2018-07-24 11:51:12 -04:00
Evan You
30215c2819
feat: add corsUseCredentials option
...
This allows the user to configure which CORS strategy to use
for <script type=module> in modern mode.
close #1867
2018-07-23 13:04:48 -04:00
Evan You
45cc5e94e9
docs: add tip about env loading priorities
2018-07-23 12:34:49 -04:00
Evan You
7b93b55fc2
docs: improve wc build target docs
2018-07-20 11:12:14 -04:00
Olivier Ligot
b4509d617a
docs: fix babel-preset-app link ( #1903 )
...
The documentation was using babel-preset-env instead of babel-preset-app
2018-07-20 07:38:53 -07:00
james south
76b668abac
docs: add note about Git Bash on Windows ( #1885 )
2018-07-20 06:25:19 -07:00
Evan You
ab66dc199a
docs: update GitHub pages deployment guide [ci skip]
2018-07-17 15:25:56 -04:00
Eric Ti-Yu Chiang
e37da595d5
docs: Add the GitHub Pages platform guide ( #1872 )
2018-07-17 15:25:56 -04:00