Simple showcase of axios usage and Vue.js framework concepts.
The task description that was supposed to be completed: Create a simple Vue.js app, that shows list of elements gathered using API. API request should be done using Axios library. Showing the results should be achieved using Vue.js directives and components.
Working example can be seen here: https://vue-axios-regurgitate.web.app/
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint