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
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
Anna Wu
53899a1aea
update docs on how to deploy project to surge.sh ( #1864 )
...
pretty straightforward!
2018-07-17 15:25:56 -04:00
Tobias Bieniek
f02e0e8b89
docs(guide): Fix typo ( #1847 )
2018-07-17 15:25:56 -04:00
Tobias Bieniek
03501edb79
docs: guide/installation: Fix typo ( #1848 )
2018-07-17 15:25:56 -04:00
Tobias Bieniek
9b75658eb0
docs: guide/html-and-static-assets: Fix typos ( #1849 )
2018-07-17 15:25:56 -04:00
Evan You
a7d69dd584
docs: mention browserslist may be in separate file [ci skip]
2018-07-17 15:06:32 -04:00
Alexander Sokolov
c4917faa00
docs: Update build-targets.md ( #1853 )
2018-07-14 15:03:48 +02:00
Guillaume Chau
eda4ce8839
refactor(ui): use package.json 'vuePlugins.ui' option
2018-07-13 18:06:37 +02:00
Guillaume Chau
08352811e0
feat: local service plugins, closes #1841
2018-07-13 17:39:07 +02:00
Guillaume Chau
d212dcd63e
feat: package.json: vuePlugins.resolveFrom option, closes #1815
2018-07-13 17:04:11 +02:00
Guillaume Chau
0b66a7570a
fix: set minimum node version (from mini-css-extract)
2018-07-13 16:39:57 +02:00
Guillaume Chau
2a5d32160f
docs: structure rework [ci skip]
2018-07-13 16:39:43 +02:00
Guillaume Chau
33b852f7a8
docs: fix tip [ci skip]
2018-07-12 00:36:17 +02:00
Ray Foss
62e2868007
docs: Include Tip about computed env vars ( #1780 )
...
* Include tip about computed env vars
I'm personally using this frivolously in my own footer
```
// vue.config.js
const revision = require('child_process').execSync('git rev-parse HEAD').toString().trim()
const pjson = require('./package.json')
process.env.VUE_APP_COMMIT = `"${revision}"`
process.env.VUE_APP_VERSION = `"${pjson.version}"`
module.exports = {}
```
```
<template>
<footer>
<span>v{{ version }} ({{ commit }})</span>
</footer>
</template>
<script>
export default {
data: function () {
return {
version: process.env.VUE_APP_VERSION,
commit: process.env.VUE_APP_COMMIT
}
}
}
```
# Validation
- I'm using this.
- The inline require doesn't cause lint issues on vue-cli v3 config files. I did a full builds to check.
* tip format match
* tip format
* tip, format
* markdown formatting conflicts with es6 templates
Also, quotes, optional now. interesting. I tried it.
* remove template stray
* filenames are not proper english grammar, yet
2018-07-11 01:28:04 +02:00
Dave Dane Pacilan
24570dc4c5
docs: Add Firebase deployment guide ( #1760 )
2018-07-05 09:14:51 +02:00
Tim Wisniewski
226291c1e9
docs: add entry argument to serve command ( #1724 )
...
This argument is present in the help text but not in the docs.
2018-07-04 13:19:12 +02:00
Raphael Miedl
b9f38f417e
Wording change in the cli-service guide
...
Change `update-to-date` to `up-to-date`. It sounded weird to me and doesn't appear in the dictionary: https://www.merriam-webster.com/dictionary/update-to-date
2018-07-02 20:30:54 +02:00
Evan You
2eabc1494b
chore: add bit sponsor placement
2018-07-01 10:31:22 -04:00
Evan You
3994dac47c
docs: remove unnecessary line in example [ci skip]
2018-06-14 09:51:42 -04:00
deangoku
186232ff45
docs: fix webpack-chain example ( #1565 )
2018-06-14 10:31:04 +02:00
Evan You
25c7e69ad3
docs: grammar tweaks [ci skip]
2018-06-13 16:43:35 -04:00
Evan You
fe936f3dfa
docs: document new features
2018-06-13 14:48:06 -04:00
Utwo
9d1bfc5c29
docs: update deployment.md ( #1558 ) [ci skip]
2018-06-13 10:46:28 -04:00
Pierre-Alexandre
9527dc86bd
docs: provided the GitLab Pages platform guide ( #1536 )
2018-06-10 10:14:28 -04:00
ULIVZ
eb709ea887
docs: fix broken link ( #1530 )
2018-06-09 11:03:49 -04:00
PiEgg
dd39866cad
docs: fix word error ( #1517 )
2018-06-08 11:25:54 +02:00
Evan You
486ca1805b
docs: basic deployment notes
2018-06-08 00:48:34 -04:00
Evan You
fb97646ee5
docs: more content
2018-06-08 00:10:35 -04:00
Evan You
726aebdda5
docs: wip
2018-06-07 23:20:51 -04:00
Evan You
999cbe4cde
docs: wip
2018-06-07 15:39:34 -04:00
Evan You
97787947b9
docs: wip
2018-06-07 13:24:59 -04:00
Evan You
1ffd81e216
docs: progress
2018-06-05 16:51:44 -04:00
Evan You
4e922055e4
docs: wip
2018-06-05 14:50:04 -04:00