https://github.com/lecoueyl/mijin.web
Documentation for Mijin. Tailwind CSS UI components build for Vue.js / Nuxt.js
https://github.com/lecoueyl/mijin.web
component-library nuxt tailwindcss ui-components ui-kit ui-library vue
Last synced: 4 months ago
JSON representation
Documentation for Mijin. Tailwind CSS UI components build for Vue.js / Nuxt.js
- Host: GitHub
- URL: https://github.com/lecoueyl/mijin.web
- Owner: lecoueyl
- License: mit
- Created: 2021-01-31T08:07:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T13:28:00.000Z (over 3 years ago)
- Last Synced: 2023-02-28T12:55:33.089Z (over 2 years ago)
- Topics: component-library, nuxt, tailwindcss, ui-components, ui-kit, ui-library, vue
- Language: Vue
- Homepage: https://lecoueyl.github.io/mijin.web
- Size: 4.66 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mijin web
> Official [mijin](https://github.com/lecoueyl/mijin) documentation
## Build Setup
```bash
# 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](https://nuxtjs.org).
## mijin development
This setup can also be a good place to develop and improve
[mijin](https://github.com/lecoueyl/mijin):
1. Clone mijin and documentation repository
```bash
git clone https://github.com/lecoueyl/mijin.git
git clone https://github.com/lecoueyl/mijin.web.git
```
2. Use link to use the local package repository for development
```bash
# use the local mijin package instead of the one in registry
pnpm run link:mijin
```
3. Remove the link before releasing the changes
```bash
pnpm run link:mijin:remove
```