A Tomodoro Timer App using Vue.js
Features
- ⚡️Using Chrome 111 new feature PiP
- Using vitesse as Template.
- As a example using pip in Vue3.
See Vitesse for full featureset.
UI Frameworks
- UnoCSS – The instant on-demand atomic CSS engine.
Icons
- Iconify – use icons from any icon sets ?Icônes
- Pure CSS Icons via UnoCSS
Plugins
- Vue Router
vite-plugin-pages
– file system based routing
unplugin-auto-import
– Directly use Vue Composition API and others without importingunplugin-vue-components
– components auto importunplugin-vue-macros
– Explore and extend more macros and syntax sugar to Vue.- VueUse – collection of useful composition APIs
Clone to local
If you prefer to do it manually with the cleaner git history
npx degit Arabeseque/Tomodoro-with-PiP my-tomodoro-app
cd my-tomodoro-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm