Implements Fizz Buzz based off of the seconds of a timer. Native-ESM building for a no-bundle approach.
Using Vite + VueUse + TypeScript
Please note that this uses Vue3's Composition API, currently in beta, as well as the alpha packages vue-router-next, eslint-plugin-vue, and vue-test-utils-next. Some instability or breaking changes may occur if the packages are upgraded.
- Clone this repository
npm install
npm run dev
- open http://localhost:3000 in your browser
Uses aria-vue and vue-test-utils-next for tests. Run headless tests with npm run headless
Didn't know this before I started, but vue-test-utils-next is extremely limited right now in alpha for Vue 3 (most work in the last two months) and lacks features as well as most any documentation.