No description
Find a file
2024-05-27 14:56:29 -05:00
public WIP 2024-04-07 17:02:19 -05:00
src Added snooze button to panel title 2024-05-27 14:56:29 -05:00
.eslintignore WIP 2024-04-07 17:02:19 -05:00
.eslintrc.cjs WIP 2024-04-07 17:02:19 -05:00
.gitignore WIP 2024-04-07 17:02:19 -05:00
.prettierrc.json WIP 2024-04-07 17:02:19 -05:00
bun.lockb Implement snoozing items 2024-04-29 21:54:54 -05:00
index.html Implement snoozing items 2024-04-29 21:54:54 -05:00
package.json Implement snoozing items 2024-04-29 21:54:54 -05:00
postcss.config.js WIP 2024-04-07 17:02:19 -05:00
README.md WIP 2024-04-07 17:02:19 -05:00
tailwind.config.js Sending messages and styling pass 2024-04-08 10:10:10 -05:00
tsconfig.json WIP 2024-04-07 17:02:19 -05:00
tsconfig.node.json WIP 2024-04-07 17:02:19 -05:00
vite.config.ts Implement snoozing items 2024-04-29 21:54:54 -05:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.