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

https://github.com/sebgui/only-once

Personal project using : Vue3 (CompositionAPI), TypeScript, Pinia, Router, FormKit...
https://github.com/sebgui/only-once

Last synced: 6 months ago
JSON representation

Personal project using : Vue3 (CompositionAPI), TypeScript, Pinia, Router, FormKit...

Awesome Lists containing this project

README

          

# only-once

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Run json-server instance
```
npx json-server -w ./data/db.json
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).