@thcode-society/vue-thc-ui-library
v1.0.15
Published
Themeable Vue 3 components, composition api, Typescript
Maintainers
Readme
THEMEABLE-COMPONENTS
Nuxt UI Component Library | SCSS | Typescript | Tokens
Development
Install dependencies
npm installPlayground
The playground is a local Nuxt application used to test the library in a real app environment.
npm run dev:prepare
npm run devThen open http://localhost:3000 to view the playground.
Storybook
Storybook is available for isolated component development and visual testing.
npm run storybookThen open http://localhost:6006 to browse the components.
Build Storybook
To generate a static Storybook build:
npm run build-storybookThe output will be generated in the storybook-static folder.
