···11+# teal-counter
22+33+This template should help get you started developing with Vue 3 in Vite.
44+55+## Recommended IDE Setup
66+77+[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
88+99+## Type Support for `.vue` Imports in TS
1010+1111+TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
1212+1313+## Customize configuration
1414+1515+See [Vite Configuration Reference](https://vite.dev/config/).
1616+1717+## Project Setup
1818+1919+```sh
2020+bun install
2121+```
2222+2323+### Compile and Hot-Reload for Development
2424+2525+```sh
2626+bun dev
2727+```
2828+2929+### Type-Check, Compile and Minify for Production
3030+3131+```sh
3232+bun run build
3333+```