Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meeroslav/storyblok-nuxt
https://github.com/meeroslav/storyblok-nuxt
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meeroslav/storyblok-nuxt
- Owner: meeroslav
- Created: 2020-04-14T20:34:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T00:48:00.000Z (over 3 years ago)
- Last Synced: 2023-03-23T02:52:24.136Z (almost 2 years ago)
- Language: Vue
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js Storyblok Boilerplate
## How to get started?
1. [Register](https://app.storyblok.com/#!/signup) at Storyblok for free
2. Create a new empty Space and exchange the preview token with your own in ```nuxt.config.js``` (not required if you have downloaded the project via app.storyblok.com)
3. Read the Nuxt.js tutorial about Storyblok's concept: https://www.storyblok.com/tp/nuxt-js-multilanguage-website-tutorial
4. Enjoy and start developing## Build Setup
``` bash
# install dependencies
$ npm install # or yarn install# serve with hot reload at localhost:3000
$ npm run dev # or yarn dev# build for production and launch server
$ npm run build # or yarn build
$ npm start # or yarn start# generate static project
$ npm run generate # or yarn generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).