My Portfolio Website developed with Nuxt3.
URL: https://mapleleaf3659.github.io/portfolio/
Sitemap:
index
├─ About
├─ Projects
│ └─ [project detail page]
└─ Contact
Install dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
:
# yarn
yarn dev
Build the application for production:
# yarn
yarn build
Locally preview production build:
# yarn
yarn preview