Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannbertrand/telehoraire-website
https://github.com/yannbertrand/telehoraire-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yannbertrand/telehoraire-website
- Owner: yannbertrand
- Created: 2024-09-30T09:09:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:21:28.000Z (about 1 month ago)
- Last Synced: 2024-11-14T21:25:30.287Z (about 1 month ago)
- Language: Vue
- Homepage: https://yannbertrand.github.io/telehoraire-website/
- Size: 4.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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
npm ci
```## 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.