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.
- Host: GitHub
- URL: https://github.com/cccaaannn/v-note
- Owner: cccaaannn
- License: mit
- Created: 2023-10-06T20:06:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T17:34:03.000Z (over 2 years ago)
- Last Synced: 2025-11-03T16:01:57.644Z (8 months ago)
- Topics: bun, notes, vue
- Language: Vue
- Homepage: https://cccaaannn.github.io/v-note/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-note
Simple notes app with vue.
  [](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
```