Total Pageviews

Sunday, 9 April 2017

用Laravel和Vue.js搭建的博客平台Vuedo

Vuedo is a blog platform, built with Laravel and Vue.js.

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 (我在此步遇错,提示未安装mysql)
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.

from https://github.com/Vuedo/vuedo
https://vuejs-news.com/
 ---------------------------------

基本功能
  • 管理文章和媒体文件
  • 文章分类
  • 用户权限
  • 内容审核
  • Markdown编辑器
  • 集成Amazon S3
5、安装
首先从Github下载仓库代码。
进入项目根目录,将.env.example重命名为.env。然后运行如下命令:
composer install
npm install
php artisan migrate
php artisan db:seed
gulp
php artisan serve
如果修改了JavaScript或者CSS文件记得运行gulp watch

from http://laravelacademy.org/post/5271.html

No comments:

Post a Comment