This is a headless CMS web app with blog section which is ideal for an Organization. The StoryBlok CMS** store the data and vue fetches the data using API. Users can edit Story block contents.
Vercel Demo
The Project uses
- Storyblok CMS
- Vue/Nuxtjs
- Tailwind CSS
- Nodejs
- Yarn/npm [Node Package Manager]
- Vuejs
- Nuxtjs
- Tailwind CSS
- Storyblok package
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.