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: 4 months ago
JSON representation
Example to showcase vuetify-easy-crud package.
- Host: GitHub
- URL: https://github.com/tmigone/vuetify-easy-crud-example
- Owner: tmigone
- Created: 2019-07-15T19:44:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:36:43.000Z (over 2 years ago)
- Last Synced: 2024-10-19T19:59:27.487Z (7 months ago)
- Topics: crud, easy, vue, vuejs, vuetify
- Language: Vue
- Homepage: https://vuetify-easy-crud.now.sh/
- Size: 2.94 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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).