29 lines
604 B
Markdown
29 lines
604 B
Markdown
Basic client implementation for the [Perudo Api](perudo.loken.nl/api/doc)
|
|
|
|
Relevent files are: [ApiClient.ts](src/services/PerudoApi.ts) and [Objects.ts](src/objects/objects.ts) for the api implementation. An (ugly) implementation can be found in [Home.vue](src/views/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](https://cli.vuejs.org/config/).
|