mduffin95 / risk-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

risk-client

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Docker

docker build -t mjduffin/risk-client .
docker run -it -p 8081:80 --rm --name risk-client-1 mjduffin/risk-client

Deployment

Run yarn build and drop the contents of the dist directory into the S3 bucket configured for static website hosting. This can be done easily using the following CLI command:

aws s3 sync dist/ s3://<bucket-name>/

About


Languages

Language:Vue 77.4%Language:JavaScript 16.4%Language:HTML 4.1%Language:Dockerfile 2.1%