VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unit
or
npm run test:unit:coverageRun End-to-End Tests with Cypress
npm run test:e2e
or
npm run test:e2e:headlessLint with ESLint
npm run lintThis project uses ESLint for linting.
npm run formatThis project uses Prettier for code formatting.
This library requires a minimum of Node 18. This is because this project uses Vite, and at the time of this document's writing, Vite requires node 18+ in order to function.