Skip to content

samtgarson/vue-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Render

Render your Vue templates

A basic microservice which pulls a bundle from S3 to render your Vue templates.

XO code style made with micro-starter

Usage

  • yarn dev Run a development server which watches your files and restarts and builds when requires
  • yarn build Build your code into a bundle
  • yarn start Run the server

Required Environment Variables

For a bundle on AWS

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_BUCKET
  • AWS_KEY name/path of the file in the bucket

For a local bundle

  • BUNDLE_PATH

Deploy with Now

Deploy to now

Contribute

Take a look at micro-starter for the basics on setting up this application for development.

About

Microservice to render your Vue templates

Resources

Stars

Watchers

Forks

Packages

No packages published