The goal of this project is to effectively add minimal dependencies that actually work for the vue/ts/vite ecosystem. No insane
animation libraries here!
- vue3
- typescript
- pinia for state mgmt
- vue-router
- eslint
- prettier
- storybook
- unit tests/code cov (vitest & testing library)
- generators (plop)
testing & storybook examples: src/components/examples
use yarn
node 16
yarn
yarn dev
yarn build
.. coming soon ..
With interaction testing
yarn storybook
Using Vitest
yarn test
Create new Components/Views/Stores
By default adds a unit test and includes option to add story.
yarn generate