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

https://github.com/cccaaannn/v-note

Simple notes app.
https://github.com/cccaaannn/v-note

bun notes vue

Last synced: about 1 month ago
JSON representation

Simple notes app.

Awesome Lists containing this project

README

          

# v-note

Simple notes app with vue.

![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/v-note?color=blue) ![GitHub repo size](https://img.shields.io/github/repo-size/cccaaannn/v-note?color=orange) [![GitHub](https://img.shields.io/github/license/cccaaannn/v-note?color=green)](https://github.com/cccaaannn/v-note/blob/master/LICENSE)

---

## Demo
[cccaaannn.github.io/v-note](https://cccaaannn.github.io/v-note/)

### Running for Development
```shell
bun run dev
```

### Building
```shell
bun run build
```
or
```shell
make
```

### Deploy
```shell
bun run deploy
```