Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloqhead/kuma-marketplace
A simple Vue front end to demonstrate the capabilities of Kuma.
https://github.com/bloqhead/kuma-marketplace
axios javascript kong kuma scss tailwindcss vue-cli vuejs
Last synced: about 2 months ago
JSON representation
A simple Vue front end to demonstrate the capabilities of Kuma.
- Host: GitHub
- URL: https://github.com/bloqhead/kuma-marketplace
- Owner: bloqhead
- Created: 2019-09-25T15:37:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:09:21.000Z (about 2 years ago)
- Last Synced: 2023-03-25T12:44:11.994Z (almost 2 years ago)
- Topics: axios, javascript, kong, kuma, scss, tailwindcss, vue-cli, vuejs
- Language: Vue
- Homepage: https://kuma.io/
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Kuma Logo](src/assets/kuma-logo.svg)
# Kuma Marketplace Demo App
This is a simple Vue.js demo application to show the capabilities of [Kuma](https://kuma.io/).
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
---
## TODO
- Pagination
- Better optimize the API calls (if possible)