This is a Vue 3 project to exemplify a simply API integration using the The Cleveland Museum of Art API.
- VSCode
- Volar (and disable Vetur)
- TypeScript Vue Plugin (Volar).
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint