Skip to content
On this page

🛠️ Features

Project Setup

sh
npm install

Hot-Reload development

Development

sh
npm run dev

Storybook with Histoire

sh
npm run story:dev

Docs with VitePress

sh
npm run docs:dev

Unit Tests with Vitest

sh
npm run test:unit --watch

Linters

Lint with ESLint

sh
npm run lint

Format with Prettier

sh
npm run format

For production

Type-Check, Compile and Minify for Production

sh
npm run build

Compile stories for productions

sh
npm run story:build

Compile docs for production

sh
npm run docs:build

See package.json scripts section for more.

Released under the MIT License.