Skip to content

fhenrich33/card-app-vue

Repository files navigation

Deckofcards Vue App

Small demo web app that interacts with https://deckofcardsapi.com/ made with VueJS.

Check the demo here: https://fhenrich33.github.io/card-app-vue/

You need NodeJS 12+, NPM (or Yarn) and Docker to run the following commands.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and hot-reloads for development with Docker

yarn serve:docker

(Access the dev server via http://localhost:8081/)

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Compiles and minifies for production, then run in Docker

docker-compose -f docker-compose-prod.yml up --build

Customize configuration

See Configuration Reference.

About

VueJS deckofcards api app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published