Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am9zZWY/buonapp
An all-in-one Vue 3 app for managing daily tasks and information, powered by Vite and managed with bun.
https://github.com/am9zZWY/buonapp
bun pwa vercel vite vue3
Last synced: 3 months ago
JSON representation
An all-in-one Vue 3 app for managing daily tasks and information, powered by Vite and managed with bun.
- Host: GitHub
- URL: https://github.com/am9zZWY/buonapp
- Owner: am9zZWY
- Created: 2024-03-11T16:15:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:38:24.000Z (7 months ago)
- Last Synced: 2024-04-22T13:53:19.439Z (7 months ago)
- Topics: bun, pwa, vercel, vite, vue3
- Language: Vue
- Homepage: https://buonapp.vercel.app
- Size: 3.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buonapp
[![DeepScan grade](https://deepscan.io/api/teams/21000/projects/27014/branches/863105/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=21000&pid=27014&bid=863105)
buonapp is an all-in-one application featuring a calendar, todos, recipes, weather, and news. It's designed to be easy to use and convenient for managing various aspects of your daily life.
This template should help get you started developing with Vue 3 in Vite using bun as the package manager.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
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.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
bun install
```### Compile and Hot-Reload for Development
```sh
bun dev
```### Type-Check, Compile and Minify for Production
```sh
bun build
```### Lint with [ESLint](https://eslint.org/)
```sh
bun lint
```