mo-fu.org
Yuta Kurotaki's personal website built with Nuxt 3.
Development Environment
- Node.js: v22.5.1
- Nuxt: 3.16.2
- Bulma: 0.7.1
Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production
$ npm run build
# generate static project
$ npm run generate
# preview generated static project
$ npx serve .output/publicProject Structure
mo-fu.org/
├── assets/ # Static assets (images, CSS, etc.)
├── components/ # Vue components
├── layouts/ # Layout components
├── pages/ # Page components
├── plugins/ # Nuxt plugins
├── static/ # Static files
└── store/ # Vuex store
License
MIT