My Portfolio Website developed with Nuxt3.
URL: https://mapleleaf3659.github.io/portfolio/
Sitemap:
index
├─ About
├─ Projects
│ └─ [project detail page]
└─ ContactInstall dependencies:
# yarn
yarn installStart the development server on http://localhost:3000:
# yarn
yarn devBuild the application for production:
# yarn
yarn buildLocally preview production build:
# yarn
yarn preview