Skip to content

lecoueyl/mijin.web

Repository files navigation

mijin web

Official mijin documentation

Build Setup

# clone this repository
git clone https://github.com/lecoueyl/mijin.web.git

# install dependencies
pnpm install

# serve with hot reload at localhost:3000
pnpm run dev

# generate static project
pnpm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

mijin development

This setup can also be a good place to develop and improve mijin:

  1. Clone mijin and documentation repository
git clone https://github.com/lecoueyl/mijin.git
git clone https://github.com/lecoueyl/mijin.web.git
  1. Use link to use the local package repository for development
# use the local mijin package instead of the one in registry
pnpm run link:mijin
  1. Remove the link before releasing the changes
pnpm run link:mijin:remove