Home > PHP Framework > Laravel > Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis

Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis

藏色散人
Release: 2020-08-25 13:11:16
forward
3197 people have browsed it

The following is an open source personal/multi-person blog of Vue Laravel Laravel-echo-server redis from the Laravel tutorial column. I hope it will be helpful to friends who need it. help!

Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis

Preview

Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis

Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis
Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis

Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis


Project address

Due to time constraints, I have only done so much so far...

will be slowly updated and optimized~

Exercise address: http://118.24.147.197/

~~The first time you open it, it will be slower. The technical reason is the server. It is also 1.4M. I always feel that other people's opening speed is too fast.

I’m not very familiar with the packaging method, so I’m still practicing~. ~~

Due to server configuration, it is slow to open for the first time

As a newbie, please take care of me and give me suggestions:)

Front-end address: https://github. com/NoeticsY/Black-Robe-client

Backend address: https://github.com/NoeticsY/Black-Robe

Function introduction

  • [ ]

    User module

      [x] Log in and register
    • [x] Retrieve password
    • [x] Email activation
    • [ ] Followers/Fans
    • [ ] Personal homepage
  • ##[ ]
  • Article module

    [x] Add, delete, modify and check
    • [x] Save in real time
    • [ ] Special topic submission
    • [ ] Article classification
  • [ ]
  • Message module

    [x] Real-time push
    • [ ] Private message chat
    [x]
  • Comment module
  • [x]
  • Xianwen function
Installation

# 下载
git clone https://github.com/NoeticsY/Black-Robe-client.git
cd Black-Robe-client

# 安装依赖
npm install

# 启动程序
npm run dev

# 打包
npm run build

# 打包并查看分析包相关占用
npm run build --report
Copy after login

The above is the detailed content of Share an open source personal/multiple blog of Vue+Laravel+Laravel-echo-server+redis. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template