Simple Event app that allows user to fetch, add, edit events.
- Fetch, create, edit and delete event using Axios
- Pagination
- Vuex
- Vue Router
npm install
Change URL in EventService.js to baseURL: 'http://localhost:3000'
npm install -g json-server
npm run json-server
npm run serve
npm run build
npm run lint
https://my-json-server.typicode.com/lewpiotr1701/vue3-CLI-events-app