https://github.com/cyberalien/nuxt3-beforemount-bug
Demo of beforeMount event bug in Nuxt 3
https://github.com/cyberalien/nuxt3-beforemount-bug
Last synced: 2 months ago
JSON representation
Demo of beforeMount event bug in Nuxt 3
- Host: GitHub
- URL: https://github.com/cyberalien/nuxt3-beforemount-bug
- Owner: cyberalien
- Created: 2022-02-25T09:52:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T09:52:53.000Z (about 3 years ago)
- Last Synced: 2025-01-26T06:24:54.779Z (4 months ago)
- Language: Vue
- Size: 160 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).