Skip to content

Vuedo/vuedo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ef7e6c · Jan 9, 2018

History

45 Commits
Aug 1, 2016
Jul 16, 2016
Aug 1, 2016
Aug 22, 2016
Aug 1, 2016
Aug 1, 2016
Jul 16, 2016
Aug 1, 2016
Jul 16, 2016
Jul 16, 2016
Aug 1, 2016
Oct 22, 2016
Dec 31, 2017
Oct 22, 2016
Aug 1, 2016
Jul 16, 2016
Aug 1, 2016
Aug 1, 2016
Jul 16, 2016
Jul 16, 2016
Jul 16, 2016
Oct 21, 2016
Jul 16, 2016
Jul 16, 2016

Repository files navigation

Vuedo logo

Build Status Software License Join the chat at https://gitter.im/vuedo/Lobby

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.

Interested in more theory? Here is the official announcement.

Website using Vuedo in production : https://vuejsfeed.com/

Vue.js Feed 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 key:generate
php artisan migrate
php artisan db:seed
gulp
php artisan serve

If you are making changes to JavaScript or Styles make sure you run gulp watch.

Technical Description

You can find the technical description and a list with the libraries used in development here.

Documentation

Coming soon...

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 @vuedo on Twitter.

License

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