Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej authored Sep 29, 2020
1 parent 1014e96 commit b02b6ca
Showing 1 changed file with 21 additions and 33 deletions.
54 changes: 21 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,52 @@
> **Warning :warning:**
>
> This starter is deprecated.
>
> Instead, we recommend that you use our other Vue blog starters with better SEO support:
>
> * [**strapi-starter-gridsome-blog**](https://github.com/strapi/strapi-starter-gridsome-blog)
> * [**strapi-starter-nuxt-blog**](https://github.com/strapi/strapi-starter-nuxt-blog)
# Strapi Starter Vue Blog

Vue starter for creating a blog with Strapi.

This starter allows you to try Strapi with Vue with the example of a simple blog. It is fully customizable and due to the fact that it is open source, fully open to contributions. Do not hesitate to add new features etc ...

You may want to know how to develop such a starter by your own! This starter is actually the result of this [tutorial](https://strapi.io/blog/build-a-blog-with-vue-strapi-and-apollo)

![screenshot image](/screenshot.png)

### Deploy the backend

To deploy the Strapi instance you'll need:

- [An Heroku account](https://signup.heroku.com/) for free
- [A Cloudinary account for saving images](https://cloudinary.com/users/register/free) for free

Once you have created these accounts you can deploy your instance by clicking on this button

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/strapi/strapi-starter-blog)

[Here](https://github.com/strapi/strapi-starter-blog) is the repository of the backend of this starter

### Deploy the frontend

**On Netflify**

Coming soon...

**On Vercel**
This starter allows you to try Strapi with Vue with the example of a simple blog. It is fully customizable and due to the fact that it is open source, fully open to contributions. Do not hesitate to add new features etc ...

Coming soon...
You may want to know how to develop such a starter by your own! This starter is actually the result of this [tutorial](https://strapi.io/blog/build-a-blog-with-vue-strapi-and-apollo)

### Features
## 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
Pages:

- "/" display every articles
- "/article/:id" display one article
- "/category/:id" display articles depending on the category

### Getting started
## Getting started

### Backend

**Backend**
See full instructions [here](https://github.com/strapi/strapi-legacy-blog)

See full instructions [here](https://github.com/strapi/strapi-starter-blog)
### Frontend

**Frontend**
Start by installing the starter:

```bash
git clone https://github.com/strapi/strapi-starter-vue-blog.git
cd strapi-starter-vue-blog
```

#### Start the frontend server
Then start the frontend server:

```bash
# Using yarn
Expand All @@ -75,4 +63,4 @@ echo "VUE_APP_STRAPI_API_URL=http://localhost:1337" >> .env

Vue server is running here => [http://localhost:8080](http://localhost:8080)

Enjoy this starter
Enjoy this starter!

0 comments on commit b02b6ca

Please sign in to comment.