An extremely simple Vue 3 starter template written in TypeScript using Vite (compiler), Harlem (state management) and Vitest (test runner).
- Clone the repo
- Run
yarn install - Run any of the following:
- Test -
yarn test - Run -
yarn start - Build -
yarn build
- Test -