Handle Vue3 (Composition API) with Vuex4 (state manager) and Axios(http requests)
Vue 3 example project with:
Vuex 4.0.0-rc.2
(state manager)Vue-router
(routing frontend pages)Axios
(http lib for mock backend requests, supporting handling errors (4**))SweetAlert2
(example popups, dependent on vuex state watcher)npm install
npm run serve
npm run build
npm run lint