Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vlad-moskalenko/noteballs

A note-taking app with full CRUD capabilities.
https://github.com/vlad-moskalenko/noteballs

bulma composition-api pinia vue-router vue3

Last synced: 13 days ago
JSON representation

A note-taking app with full CRUD capabilities.

Awesome Lists containing this project

README

        

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```