Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/vue-router-issue
https://github.com/florian-lefebvre/vue-router-issue
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/vue-router-issue
- Owner: florian-lefebvre
- Created: 2022-03-16T15:32:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T15:33:04.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T07:58:11.622Z (2 months ago)
- Language: Vue
- Size: 82 KB
- Stars: 0
- Watchers: 2
- 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).