This project was an experiment with Vue, Vuex and Vuetifyjs.
The initial goal was develop a client side interface to CRUD listings, events and deals.
The api was mocked using promises and setTimeout to emulate the request delay.
-
Clone this repository
-
Install all dependencies
npm install
- Compile, serve and hot reload the application
npm start
I almost deleted this project, as it is just a small PoC of what I can achieve with vuetify, but I'll keep it for future reference.
I fell in some pitfalls with vuex, vue-router and the vuetify itself, so I'll keep this as implementation example and, perhaps, a boilerplate for future projects.