Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 721 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 721 Bytes

Vlotti

Vlotti is a simple component library written with Vue 3 and Windi.

This project is in early development.

Tests are written with Cypress component tests and Vitest.

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Run component tests with Cypress

yarn test:component

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint

Type-Check, Compile and Minify for Production

yarn build