Skip to content

A simple example on how to serve and deploy vue.js on heroku from bitbucket pipeline

Notifications You must be signed in to change notification settings

benoitliard/vue-js-express-heroku

Repository files navigation

vue-js-express-heroku

Simple project using vue.js and Express for being deploy on Heroku. Also, there's a bitbucket pipeline for automatic deployement if using bitbucket.

Variable to setup in heroku:

NODE_ENV=production

Variable to setup in bitbucket for pipeline:

HEROKU_API_KEY
HEROKU_APP_NAME

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

A simple example on how to serve and deploy vue.js on heroku from bitbucket pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published