(Laravel) Membuat Blog Platform dengan Laravel dan VueJS
Vuedo adalah project open source yang dibuat dengan Laravel dan vueJS. Website yang sudah menggunakan Vuedo adalah https://vuejsfeed.com/. Vuejs Feed adalah website tentang news, tutorial, showcase, plugins tentang VueJS yang dapat diakses secara community.
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.
Download and source : https://github.com/Vuedo/vuedo
Posting Komentar untuk "(Laravel) Membuat Blog Platform dengan Laravel dan VueJS"