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...
- Host: GitHub
- URL: https://github.com/sebgui/only-once
- Owner: SebGui
- Created: 2024-08-13T14:55:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:58:31.000Z (over 1 year ago)
- Last Synced: 2025-02-07T06:18:03.968Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 770 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).