Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateleo/4esport
Site web de 4eSport
https://github.com/mateleo/4esport
Last synced: 28 days ago
JSON representation
Site web de 4eSport
- Host: GitHub
- URL: https://github.com/mateleo/4esport
- Owner: Mateleo
- Created: 2022-08-21T10:34:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T18:53:37.000Z (about 2 months ago)
- Last Synced: 2024-11-26T19:35:22.679Z (about 2 months ago)
- Language: Vue
- Homepage: https://4esport.fr/
- Size: 9.72 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.