Skip to content

cb-demos/microblog-frontend

 
 

Repository files navigation

microblog-frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Environmental configuration

Environment variable Value Description
VUE_APP_BASE_API_URL http://localhost:8000 URL for the backend api

Deploying with Helm

In order to deploy this application with Helm you'll need to update a few fields either with a custom values.yaml file or passed in on the cli.

Example deploy

You'll need to update all of these fields with your own values.

helm upgrade --install microblog-frontend ./chart \
  --set hostname=frontend.example.com \
  --set backendUrl=backend.example.com \
  --set image.repository=gcr.io/my_registry/frontend \
  --set image.tag=asd9f8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.2%
  • JavaScript 30.7%
  • Mustache 7.2%
  • HTML 4.0%
  • Dockerfile 2.5%
  • Shell 0.4%