Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.
/ vue-client Public archive

Cardsity Vue.js Web Client ๐ŸŽด๐ŸŒ

License

Notifications You must be signed in to change notification settings

Cardsity/vue-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cardsity Vue Client

Last Commit Dependencies Docker Image Node.js Build License code style: prettier

This is a Web Client for the Cardsity Server written with Vue.js using the Vuetify Component Framework

Report issues here

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

Build docker image

docker build -t cardsity-vue-client .

Use docker image

You need a web server to serve the content. The image only contains the static files.
You can copy the static files like so:

COPY --from=docker.pkg.github.com/cardsity/vue-client/cardsity-vue-client:latest /app/dist/ /var/www/client/

TODO