jinsoo-ui-kit
v0.0.8
Published
```bash # Folder structure . ├── README.md ├── Tree.md ├── eslint.config.mjs ├── package-lock.json ├── package.json ├── postcss.config.cjs ├── repomix-output.txt ├── tailwind.config.js ├── tsconfig.json ├── playground │ ├── app.vue │ ├── nuxt.config.t
Readme
Folder Structure
# Folder structure
.
├── README.md
├── Tree.md
├── eslint.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.cjs
├── repomix-output.txt
├── tailwind.config.js
├── tsconfig.json
├── playground
│ ├── app.vue
│ ├── nuxt.config.ts
│ └── package.json
└── src
├── module.ts
└── runtime
├── plugin.ts
├── assets
│ └── css
│ └── tailwind.css
└── components
└── Button.vuenpm run prepack
npm run dev
npm run dev:build
npm run dev:prepare
npm run release{
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish"
}@nuxt/kit 3.16.0
@nuxt/module-builder 0.8.4
@nuxt/schema 3.16.0
@nuxtjs/tailwindcss 6.13.2
changelogen 0.6.1
eslint 9.22.0
nuxt 3.16.0
