andreevgs / shop-vue-vuex-cloudfront

Educational project for learn nodejs in AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shop-vue-vuex-cloudfront

See develop branch for development

Links to deployed app

S3 Link - 403 forbidden

Cloudfront Link for manually created bucket.

Cloudfront link for automatically created bucket with serverless-single-page-app-plugin and automatic deployment with serverless-finch.

Project deploying to AWS

For deployment install and configure AWS CLI and Serverless framework with your AWS credentials, edit serverless.yml if you want to specify your specific name for AWS S3 bucket and then run:

npm run cloudfront:update:build:deploy:nc

Next times you can deploy your changes using command:

npm run cloudfront:build:deploy:nc

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Educational project for learn nodejs in AWS


Languages

Language:Vue 52.8%Language:JavaScript 31.2%Language:TypeScript 15.3%Language:HTML 0.7%