Vue Nuxt Strapi Starter Blog screenshot

Vue Nuxt Strapi Starter Blog

Author Avatar Theme by Jerrychong25
Updated: 23 Dec 2025
10 Stars

Vue Nuxt.js Strapi Starter Blog

Categories

Overview

The Strapi Starter Vue Blog is a Vue starter project that allows users to create a blog using the Strapi headless CMS. This starter is fully customizable and open source, making it easy for users to add new features and contribute to its development. It provides a simple and intuitive way to create and manage blog content using the powerful Vue framework.

Features

  • Fully customizable Vue starter project
  • Integration with Strapi headless CMS
  • Support for creating and managing articles and categories
  • Permissions set for articles and categories
  • Integration with Apollo for fetching data from Strapi
  • Responsive design using UIkit
  • Multiple pages for displaying articles and categories

Installation

To install the Strapi Starter Vue Blog, follow these steps:

  1. Clone the repository to your local machine:
git clone [repository_url]
  1. Install the project dependencies:
cd strapi-starter-vue-blog
npm install
  1. Start the backend server:
cd backend
npm run develop
  1. Start the frontend server:
cd frontend
npm run dev
  1. Access the Vue server in your browser at: http://localhost:8080
  2. Access the Strapi server in your browser at: http://localhost:1337

Summary

The Strapi Starter Vue Blog is a powerful Vue starter project that allows users to create and manage a blog using the Strapi headless CMS. With features such as customizable templates, Apollo integration for data fetching, and responsive design, this starter provides an excellent foundation for building a fully functional blog. Its open source nature also makes it accessible to developers who wish to contribute to its further development. So, do not hesitate to explore this starter project and enjoy its flexibility and capabilities.