Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiabdm/marina-portfolio
https://github.com/claudiabdm/marina-portfolio
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/claudiabdm/marina-portfolio
- Owner: claudiabdm
- Created: 2022-10-11T19:10:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T19:15:41.000Z (about 2 years ago)
- Last Synced: 2024-10-30T10:26:34.585Z (about 2 months ago)
- Language: JavaScript
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started - Nuxt 3 edition
This is an example `Hello World` project built with Storyblok and Nuxt 3.
> To get better understanding of this project and how it works, read our [Getting Started guide](https://www.storyblok.com/docs/guide/getting-started).
## Stackblitz
[Edit on Stackblitz](https://stackblitz.com/edit/nuxt-3-sdk-demo)
## Configuration Steps
1. Create new Space in Storyblok
2. Obtain the Preview Token from the Settings of the Space.
3. Replace the `accessToken` value in `nuxt.config.js` file with your Preview Token.
4. Your Nuxt project can be started and will consume data from your Storyblok Space.## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production
$ npm run build
```> For detailed explanation on how Nuxt 3 works, check out the [Nuxt 3 docs](https://v3.nuxtjs.org/guide/concepts/introduction).