Skip to content
/ blog Public

一个使用lumen+vue开发的单页博客应用

Notifications You must be signed in to change notification settings

RoseEnd/blog

Repository files navigation

博客后端使用Laravel Lumen搭建,配合ElementUi 做的SPA单页应用,本人博客地址(https://6pixels.com)

安装配置

###安装方法

    git clone https://github.com/RoseEnd/blog.git

执行数据库迁移

    cd blog
    php artisan migrate

初始化后台管理员账号

    php arisan admin

安装前端依赖

    cd resources
    npm install

安装完成,访问(http://localhost/admin) 登陆体验

About

一个使用lumen+vue开发的单页博客应用

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published