GithubHelp home page GithubHelp logo

kuaiph / ububsblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amingege/ububsblog

0.0 1.0 0.0 292 KB

php7 + swoole + vue,完成的个人博客,https://www.ububs.com

Home Page: https://www.ububs.com

PHP 25.27% JavaScript 38.69% Vue 23.33% CSS 12.71%

ububsblog's Introduction

前言

  • 本项目属业余时间开发,纯属为了交流与学习,代码质量与性能等优化持续进行,如果这个项目对你有帮助,请给个star,谢谢!(7/02/2018 15:41:37 AM )
  • 这个博客项目是我在自己开发的swoole框架(ububs)基础上实现的,博客基本实现了比较常用的功能、界面,前后台。
  • QQ:292304400,微信:Ruizhenger,邮箱:[email protected],欢迎交流
  • 持续更新ing
  • 博客线上地址:http://www.ububs.com

项目完成部功能

  • 文章的增删改查,阅读量等
  • 管理员增删改查
  • 用户增删改查(第三方登陆准备)
  • 管理员、用户日志增删改查
  • 网站设置
  • 留言,定位
  • markdown 编辑器
  • mysql数据库备份、导出
  • ...

项目安装

# 项目环境
mysql + php7 + swoole (我自己做了一个docker容器,可供使用,具体在博客里面有介绍)

# 克隆项目
git clone [email protected]:linlianmin/ububsBlog.git

# 安装依赖
composer install
npm install

# 编译文件
npm run build

# 配置数据库参数等
config/*.php

# 执行database文件,创建数据库
php vendor/linlm/ububs/bin/ububs.php db:migration
php vendor/linlm/ububs/bin/ububs.php db:seed

# 启动项目
php vendor/linlm/ububs/bin/ububs.php server:start

# 完成

感谢阅读,如果这个项目对你有帮助,请给个star,谢谢!

ububsblog's People

Contributors

mingolm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.