As a web developer, obviously I have to acquire my own portfolio website, so I made this one inspired by codewonders.dev
- Nuxt 3 - Nuxt 3 based on Vue 3 meta framework
- Tailwind CSS - CSS Framework
- Pinia - State Management
- VueUse - Collection of Vue Composition Utilities
- Vite PWA - Vite PWA plugin to make it more progressive
- Sitemap - To provide information about the pages
MIT License
You can use this project on your own homepage for free without telling me by forking this project under the following conditions:
- Delete my content and assets
- Setup
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.