Render your Vue templates
A basic microservice which pulls a bundle from S3 to render your Vue templates.
yarn dev
Run a development server which watches your files and restarts and builds when requiresyarn build
Build your code into a bundleyarn start
Run the server
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_BUCKET
AWS_KEY
name/path of the file in the bucket
BUNDLE_PATH
Deploy with Now
Take a look at micro-starter for the basics on setting up this application for development.