vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.95k stars 33.67k forks source link

Improve document for Deploy Vue.js in 2018 #8389

Closed 1c7 closed 6 years ago

1c7 commented 6 years ago

What problem does this feature solve?

Step by Step guide on how to deploy Vue.js properly

What does the proposed API look like?

No API, just document change

1c7 commented 6 years ago

There should be an official guide "Step by Step guide on how to deploy Vue.js“

(to VPS like UCloud, AWS, Alibaba Cloud, Digital Ocean, Linode)

  1. currently https://vuejs.org/v2/guide/deployment.html is not very helpful. no step 1 step 2
  2. information on Google (someone's blog) also not that helpful.
  3. and forum post in https://forum.vuejs.org is not helpful, few question about deploy receive 0 comment
1c7 commented 6 years ago

it's my first time open issue in Vue.js I follow the guide using https://new-issue.vuejs.org/?repo=vuejs/vue if the format are somehow still wrong, let me know, Thanks

1c7 commented 6 years ago

Why forum post not helpful

https://forum.vuejs.org/t/api-spa-deployment-best-practices/14544 receive 0 comment

https://forum.vuejs.org/t/vue-webpack-template-deployment-flow/2992 receive 0 comment

Jinjiang commented 6 years ago

Hi @1c7 I think your question could be answered through search engine like: How to deploy (and use) static web assets on mainstream CDN services. Actually you don't need do any more special things on Vue.js itself. Thanks.

posva commented 6 years ago

Deploying a Vue app is the same as deploying a static website or a node app if you have SSR. You don't need anything specific to Vue 🙂 This is a duplicate of https://github.com/vuejs/vuejs.org/issues/1517

1c7 commented 6 years ago

Thanks! @posva @Jinjiang