This is a modern, maintainable CV site built with Nuxt, Vue, TypeScript, and SCSS.
Install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.
This project follows modern Nuxt 3 and Vue 3 best practices for scalability and maintainability.
For more, see the Nuxt 3 documentation and Vue 3 style guide.