Commit Graph

41 Commits

Author SHA1 Message Date
Dahunsi Fehintoluwa 3eaef4d388 docs: fixed some typos on deployment.md (#6176)
Corrected 'fo' to 'of' and 'wit' to 'with' on line 180
2020-12-31 10:50:19 +08:00
Maurici Abad Gutierrez fe0fa6718e docs: easier Netlify setup for history mode (#6093)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-12-18 17:21:04 +08:00
davidmauskop 5ad4461b33 docs: update Render deployment guide (#6085) [skip ci]
The flow for creating static sites in the Render dashboard was recently simplified
2020-11-26 16:29:58 +08:00
Timothy 73e059a787 Update Vercel deployment instructions (#5835) 2020-10-06 13:22:18 +03:00
Sarbik Betal 145cccac44 docs: update netlify docs for vue/cli-plugin-pwa (#5847) [skip ci] 2020-09-28 15:40:17 +08:00
ʀᴀʏ e4e5926ec6 docs: change zeit to vercel (#5807) [ci skip]
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-28 13:44:12 +08:00
Luis Marroquin 929f1b0e6b docs: update deployment.md (#5815) [ci skip]
Comment: // vue.config.js file to be place in the root of your repository

Should be also on `GitHub Pages` guide, not only `GitLab Pages`
2020-08-24 15:54:28 +08:00
Necmettin Karakaya 5baec1fdc5 chore: fix common misspelling errors (#5694)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-10 01:17:01 +08:00
Dave Dane Pacilan a21c19b1d8 docs: Update Firebase project link (#5664) [ci skip] 2020-07-09 21:13:34 +08:00
Timi Omoyeni 0ce0db287e docs: make heroku resource link accessible (#5312) 2020-03-31 18:12:37 +08:00
Илья 9f0b1f6243 fix(docs): new travis CLI interface (#5126)
At the moment this is done like this: https://github.com/travis-ci/travis.rb#env
2020-02-01 09:36:34 +02:00
gregoiredx d4bd9c644f use gitlab CI env variable for project name (#4716)
* use gitlab CI env variable for project name

* add explanation on CI_PROJECT_NAME env var

* docs: gzip support in GitLab Pages
2019-11-07 07:17:48 +02:00
Haoqun Jiang bd9442b092 chore: merge branch 'next' into dev 2019-09-25 01:28:55 +08:00
vahdet 3f5f438f7e Edited Dockerfile of Docker(Nginx) deployment doc (#4561)
* Edited Dockerfile of Docker(Nginx) deployment doc

Edited `Dockerfile` section of https://cli.vuejs.org/guide/deployment.html#docker-nginx

As shown in [Vue v2 cookbook](https://vuejs.org/v2/cookbook/dockerize-vuejs-app.html) copying `package*.json` initially and running `npm install` in a separate step allows caching and reduces time elapsed during Docker build. Also the difference between the two docs will be reduced and be less confusing to those who end up with both of them.

* node version to latest

(cherry picked from commit 69f7145b02)
2019-09-25 01:25:47 +08:00
Haoqun Jiang cc06091d8c docs: fix syntax highlighting 2019-09-23 17:11:07 +08:00
Kid 4cfa70421e docs: update Now deployment guide (#4395) 2019-08-07 10:45:53 +03:00
Ivan Sieder c6cab262e6 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>
(cherry picked from commit 55dc287936)
2019-07-18 16:58:40 +08:00
Richard Patel d0979727d8 deployment.md: Add instructions for Travis CI (#4103)
* deployment.md: Add instructions for Travis CI

* deployment.md: Same section for GitHub Pages

(cherry picked from commit 9c8c5ba91a)
2019-07-06 18:36:55 +08:00
Anurag Goel ebdcac32d4 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>
2019-07-02 19:07:18 +03:00
ziga 323acc915e 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>
2019-06-23 09:48:58 +03:00
cregetycreg 8db62376a5 docs: add docker based nginx deployment guide (#3323) 2019-02-25 17:31:19 +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
da70 d217d75812 docs: fix grammar (change "making" -> "make") (#3111) [ci skip] 2018-12-13 21:30:23 +08:00
Alejandro López c33603d5d7 docs(deployment): add bash highlighting to code blocks (#2841) 2018-11-01 22:11:27 +08: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 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
Ivan Sieder 981d1a976d docs: removed duplicate "Now" title (#2079) [ci skip] 2018-08-07 11:38:18 -04:00
Evan You 01407ed29d docs: make Now deployment guide work for SPA 2018-08-05 22:35:00 -04:00
Ivan Sieder cca857c3ff docs: added Now deployment (#2022) 2018-08-05 22:27:04 -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
Dave Dane Pacilan 24570dc4c5 docs: Add Firebase deployment guide (#1760) 2018-07-05 09:14:51 +02: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
Evan You 486ca1805b docs: basic deployment notes 2018-06-08 00:48:34 -04:00
Evan You 97787947b9 docs: wip 2018-06-07 13:24:59 -04:00
Evan You 4e922055e4 docs: wip 2018-06-05 14:50:04 -04:00