GitHunt
KU

kurotaky/mo-fu.org

mo-fu.org

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/public

Project 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

Languages

Vue87.4%JavaScript12.3%CSS0.3%

Contributors

Created October 29, 2012
Updated April 14, 2025
kurotaky/mo-fu.org | GitHunt