https://github.com/bvrignaud/visi-vidi-vici-front
Front for Visi-vidi-vici api
https://github.com/bvrignaud/visi-vidi-vici-front
Last synced: 4 months ago
JSON representation
Front for Visi-vidi-vici api
- Host: GitHub
- URL: https://github.com/bvrignaud/visi-vidi-vici-front
- Owner: bvrignaud
- Created: 2021-12-20T17:34:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T11:00:01.000Z (over 4 years ago)
- Last Synced: 2025-08-25T02:29:15.546Z (10 months ago)
- Language: Vue
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).