Skip to content

Vuedo/vuedo

Repository files navigation

Vuedo logo

Build Status Software License

What is Vuedo?

Vuedo is an open source project built with Laravel and Vue.js. It is a live example of how everything works together.

Website using Vuedo in production : https://vuejs-news.com

Vue.js News is a place where News, Tutorials, Plugins, Showcases and more things regarding Vue are handpicked and shared with the community.

Dashboard Overview

Basic Features:

  • Manage posts and media
  • Categorize posts
  • User Roles
  • Content moderation
  • Markdown Editor
  • Amazon S3 integration
  • and more...

Installation

Download this repo.

Rename env.example to .env and fill the options.

Run the following commands:

composer install
npm install
php artisan migrate
php artisan db:seed
php artisan serve

Technical Description

You can find a detailed description and list with the libraries used in development here()

Issues

For technical questions and bugs feel free to open one issue.

Contribution

Soon a roadmap for contribution will be added so everyone will be welcome to join.

Stay In Touch

For latest releases and announcements, follow on Twitter: @vuedo

License

Vuedo is open-sourced software licensed under the MIT license.