https://github.com/gijsroge/nuxt-3-storyblok
https://github.com/gijsroge/nuxt-3-storyblok
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gijsroge/nuxt-3-storyblok
- Owner: gijsroge
- Created: 2022-01-16T20:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T13:41:01.000Z (over 3 years ago)
- Last Synced: 2025-01-03T01:32:07.409Z (6 months ago)
- Language: TypeScript
- Size: 122 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).