Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoberlehner/building-a-pre-rendered-website-with-nuxt-and-storyblok
This is an example project for the following article: https://markus.oberlehner.net/blog/building-a-pre-rendered-website-with-nuxt-and-storyblok/
https://github.com/maoberlehner/building-a-pre-rendered-website-with-nuxt-and-storyblok
Last synced: 8 days ago
JSON representation
This is an example project for the following article: https://markus.oberlehner.net/blog/building-a-pre-rendered-website-with-nuxt-and-storyblok/
- Host: GitHub
- URL: https://github.com/maoberlehner/building-a-pre-rendered-website-with-nuxt-and-storyblok
- Owner: maoberlehner
- License: mit
- Created: 2018-07-07T13:33:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T09:31:43.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T15:45:55.450Z (about 1 month ago)
- Language: Vue
- Size: 181 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Building a Pre-Rendered Website With Nuxt.js and Storyblok
[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/maoberlehner)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/maoberlehner)This is an example project for the following article: [Building a Pre-Rendered Website With Nuxt.js and Storyblok](https://markus.oberlehner.net/blog/building-a-pre-rendered-website-with-nuxt-and-storyblok/)
## Build Setup
```bash
# Serve with hot reload.
yarn dev# Build for production with minification.
yarn build# Serve SSR production build.
yarn start# Generate static pre-rendered build.
yarn generate
```## Instant deploy to Netlify
By clicking this button you can automatically clone this repository, setup a new site in [Netlify](https://www.netlify.com) and run the build and deployment to the Netlify CDN.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/maoberlehner/building-a-pre-rendered-website-with-nuxt-and-storyblok)
## About
### Author
Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner### License
MIT