Perudo client for the perudo API backend written in Vue
Go to file
Tim de6aa57e45 Remove logs and fix startDicePerPlayer 2021-12-02 03:23:29 +01:00
public Add dice svgs 2021-07-13 17:57:50 +02:00
src Remove logs and fix startDicePerPlayer 2021-12-02 03:23:29 +01:00
.browserslistrc init 2021-07-05 00:17:32 +02:00
.editorconfig init 2021-07-05 00:17:32 +02:00
.env.development Add deploy script and move some vars to env file for prod and local 2021-07-15 02:12:19 +02:00
.env.production Add deploy script and move some vars to env file for prod and local 2021-07-15 02:12:19 +02:00
.eslintrc.js init 2021-07-05 00:17:32 +02:00
.gitignore init 2021-07-05 00:17:32 +02:00
README.md Update readme with some basic information 2021-11-16 12:53:43 +01:00
babel.config.js init 2021-07-05 00:17:32 +02:00
deploy.sh Update npm packages and improce deploy script 2021-11-27 18:21:20 +01:00
package-lock.json Update npm packages and improce deploy script 2021-11-27 18:21:20 +01:00
package.json Implement vue-metarial and start with ui 2021-07-05 02:33:58 +02:00
tsconfig.json init 2021-07-05 00:17:32 +02:00
vue.config.js Update npm packages and improce deploy script 2021-11-27 18:21:20 +01:00

README.md

Basic client implementation for the Perudo Api

Relevent files are: ApiClient.ts and Objects.ts for the api implementation. An (ugly) implementation can be found in Home.vue

perudo-client

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.