Perudo client for the perudo API backend written in Vue
public | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
deploy.sh | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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