Overview of the Strapi Starter Vue Blog
masterThis starter provides a complete example of a blog using Strapi as a backend and Vue as a frontend. It uses Apollo (GraphQL) for data fetching and UIkit for responsive design.
Key Features:
- Content Types:
ArticleandCategory. - Permissions: Pre-configured to
truefor both article and category. - Sample Data: Includes 2 articles and 3 categories.
Routing Structure:
/: Displays all articles./article/:id: Displays a single article./category/:id: Displays articles filtered by category.