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
To deploy this Strapi instance you’ll need:
Once you have created these accounts you can deploy your instance by clicking on this button
Netflify
To deploy this Strapi instance you’ll need:
Once you have created your account you can deploy your instance by clicking on this button.
true
for article and categoryClone the repository and install dependencies
git clone https://github.com/strapi/strapi-starter-vue-blog.git
cd strapi-starter-vue-blog
cd backend
# Using yarn
yarn
yarn develop
# Using npm
npm install
npm run develop
cd frontend
# Using yarn
yarn
yarn develop
# Using npm
npm install
npm run develop
Vue server is running here => http://localhost:8080 Strapi server is running here => http://localhost:1337
Enjoy this starter
Author: jerrychong25
GitHub: https://github.com/jerrychong25/vue-nuxt-strapi-starter-blog
#vuejs #nuxtjs #javascript #vue-js