lkd-web-kit
v0.7.29
Published
A template for creating React component libraries with Vite.
Downloads
420
Readme
LKD WebKit
Features
- React: A JavaScript library for web and native user interfaces.
- TypeScript: A strongly typed superset of JavaScript.
- Vite: A next generation frontend tooling that runs and builds your library incredibly fast.
- Vitest: A next generation testing framework.
- ESLint: A tool that finds and fixes problems in your code.
- Prettier: A code formatter.
Get Started
- Clone this repository
- Install dependencies using
npm i
Scripts
test: Runs all your tests with vitest.test:watch: Runs tests in watch mode.build: Builds your component library with Vite.lint: Runs ESLint.format: Formats your code with Prettier.
License
MIT
