Vlotti is a simple component library written with Vue 3 and Windi.
Tests are written with Cypress component tests and Vitest.
yarn install
yarn dev
Run component tests with Cypress
yarn test:component
Run Unit Tests with Vitest
yarn test:unit
Lint with ESLint
yarn lint
yarn build