lecoueyl / mijin.web

Documentation for Mijin. Tailwind CSS UI components build for Vue.js / Nuxt.js

Home Page:https://lecoueyl.github.io/mijin.web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation for Mijin. Tailwind CSS UI components build for Vue.js / Nuxt.js

https://lecoueyl.github.io/mijin.web

License:MIT License


Languages

Language:Vue 87.5%Language:TypeScript 7.4%Language:JavaScript 3.4%Language:CSS 1.7%