Stars: 2285
Forks: 552
Pull Requests: 12
Issues: 44
Watchers: 143
Last Updated: 2020-10-01 14:37:45
Vuedo is a blog platform, built with Laravel and Vue.js.
License: MIT License
Languages: PHP, JavaScript, Vue, CSS, HTML, Shell
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.
Vue.js Feed is a place where News, Tutorials, Plugins, Showcases and more things regarding Vue are handpicked and shared with the community.
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
.
You can find the technical description and a list with the libraries used in development here.
Coming soon...
For technical questions and bugs feel free to open one issue.
Soon a roadmap for contribution will be added so everyone will be welcome to join.
For latest releases and announcements, follow @vuedo on Twitter.
Vuedo is open-sourced software licensed under the MIT license.