Quotes from Ozymandias is a project about the famous poem of Shelley, linked to places where I remember the poem and music I listened to during this period.
This project was created as a demo to practice Vue 3 fundamentals.
- Quotes from Ozymandias
- Google Maps with markers
- Music videos from Ozymandias with like buttons
- Google Maps - Api key and Map ID required
- Composition API
- ref, script setup
- Component Events
- Basic routing using Vue router
- Basic npm configuration for google maps package
- Testing
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint