DEV Community

Discussion on: Deploy a React App as a Github User Page with Yarn

Collapse
 
javascripterika profile image
JavaScriptErika

I did some digging around, here's what I found for vue:

vue-gh-pages
npmjs.com/package/vue-gh-pages

and

vuepress.vuejs.org/guide/deploy.ht...

^ This method appears to be the most straightforward for vue, as you don't need to add any dependencies. I'd still recommend creating a source branch as you'd be pushing your build files directly to master.