Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmigone/vuetify-easy-crud-example

Example to showcase vuetify-easy-crud package.
https://github.com/tmigone/vuetify-easy-crud-example

crud easy vue vuejs vuetify

Last synced: 16 days ago
JSON representation

Example to showcase vuetify-easy-crud package.

Awesome Lists containing this project

README

        

# vuetify-easy-crud-example

To run this project locally:
```
npm install
npm run serve
```

To build it for production:
```
npm install
npm run build
```

Live demo: [https://vuetify-easy-crud.now.sh/](https://vuetify-easy-crud.now.sh/)

See library documentation: [vuetify-easy-crud](https://github.com/tomasmigone/vuetify-easy-crud).