mechevarria / seed-nginx-vue

Seed project for deploying a vuejs application on SAP Cloud Foundry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seed-nginx-vue

Seed web application integrating Vue with Bootswatch. Initial scafold done with Vue CLI. The project can be deployed directly with a buildpack to SAP Cloud Platform

home

Integration and Links

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Deploy to SAP Cloud Platform

You can create an account for free at SAP Cloud Platform

cf-login.sh

Buildpack

  • Push your code directly without the need of a container registry with the following commands (make sure you have done a build ahead of time)
cf-push-buildpack.sh
  • You will find a url to your deployed application in the SAP Cloud Platform Cockpit or you can query with the cli
cf app seed-nginx-vue

Customize configuration

See Configuration Reference.

About

Seed project for deploying a vuejs application on SAP Cloud Foundry


Languages

Language:Vue 61.0%Language:JavaScript 29.0%Language:HTML 5.5%Language:Shell 4.6%