Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1 KB

README.md

File metadata and controls

42 lines (26 loc) · 1 KB

vue-axios

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/

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint