0.0.5 • Published 3 years ago
sibyl-ui v0.0.5
sibyl-ui
Vue UI library based on Oruga + Tailwind
Project Setup
npm installCompile and Hot-Reload for Development
npm run devType-Check, Compile and Minify for Production
npm run buildRun Unit Tests with Vitest
npm run test:unitRun End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testingLint with ESLint
npm run lint