Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

Buonapp

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
```