Skip to content

anddimario/stiva-basic-fe

Repository files navigation

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

About

Basic frontend for stiva cms based on vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published