Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 652 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 652 Bytes

Kuma Logo

Kuma Marketplace Demo App

This is a simple Vue.js demo application to show the capabilities of Kuma.

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.


TODO

  • Pagination
  • Better optimize the API calls (if possible)