anddimario / stiva-basic-fe

Basic frontend for stiva cms based on vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 52.0%Language:Vue 47.6%Language:HTML 0.4%