Strapi Starter Vue Blog screenshot

Strapi Starter Vue Blog

Author Avatar Theme by Strapi
Updated: 29 Sep 2020
65 Stars

Strapi Starter Vue Blog

Overview

This product analysis is about a deprecated starter for creating a blog using Vue and Strapi. The starter is fully customizable and open source, allowing for contributions and the addition of new features. The analysis will cover the key features, installation process, and provide a summary of the content.

Features

  • 2 Content types: Article, Category
  • 2 Created articles
  • 3 Created categories
  • Permissions set to true for article and category
  • Responsive design using UIkit
  • Pages:
    • “/” displays every articles
    • “/article/:id” displays one article
    • “/category/:id” displays articles depending on the category

Installation

To install the starter, follow these steps:

  1. Start by installing the starter:
npm install starter-name
  1. Then start the frontend server:
npm run start
  1. The Vue server will be running at http://localhost:8080.

Summary

This product analysis discussed a deprecated starter for creating a blog using Vue and Strapi. It highlighted the key features, which included two content types, responsive design, and different pages for displaying articles and categories. The installation process was also provided, guiding users on how to install and run the starter on a local server.