Skip to content
/ qblog Public

前后端完全分离的个人博客系统,vue + thinkphp

License

Notifications You must be signed in to change notification settings

sanqi377/qblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal blog system

Project introduce

frontend backend separate develop. frontend main technology stack have VueNuxtaxiosvueXElementUI,backend main technology stack have ThinkPHPJwt.

Install tutorials

Need three domain,bind separately frontend、backend、interface.

First implement git clone https://github.com/sanqi377/qblog.git download to local.

Interface build

Tack interface catalogue upload to server. revise database connect to config/database.php, setting ThinkPHP pseudo static and bind domain.

Frontend build

Tack command cd frontend go frontend catalogue.

revise api/axios.js internal baseURL to myself interface domain.

Then tack command:

npm install

if you want debug, then tack command npm run dev.

if you want build, then after tack command npm run build upload dist catalogue to you server bind domain.

Backend build

Tack command cd backend go backend catalogue then after tack under command:

npm install

if you want debug, then tack command npm run dev.

if you want build, then after tack command npm run build upload dist catalogue to you server bind domain.

Demo site

小柒博客

About

前后端完全分离的个人博客系统,vue + thinkphp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published