/vue-client

Cardsity Vue.js Web Client 🎴🌍

Primary LanguageVueGNU General Public License v3.0GPL-3.0

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