Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 845 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 845 Bytes

Basic frontend with Vue.js for stiva cms

Login page Users list page

Requirements

Run fe on localhost

npm i
npm run dev

Build fe

This command build in dist/

cd client
npm run build

Deploy

  1. create a bucket
  2. in your static frontend, build for create dist
export API_URL=https://myapigatewayendpoint
export SITE=mysitenameforheaderkey
npm run build
  1. deploy
serverless client deploy --region YOUR_REGION --s3-bucket YOUR_BUCKET_NAME

NOTE Other info on: https://github.com/fernando-mc/serverless-finch