0.0.5 • Published 1 year ago

sibyl-ui v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

sibyl-ui

Vue UI library based on Oruga + Tailwind

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint