Skip to content

QT-7274/Vue3-sharingplatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

该项目为基于Vue3实现的社交平台,用户可自由发布分享内容。后台是用Strapi实现的。

  • before 中只包含后台代码

    后台运行方式:

    cd backend
    yarn develop

    如遇到后台项目不能启动,可以先删除 node_modules 目录,然后运行 yarn install 重新安装,确保安装过程中没出现网络错误。

  • fontend中只包含前台代码

    前端运行方式:

    cd frontend
    yarn dev

    后台管理地址: http://localhost:1337

    前端地址: http://localhost:5173

    后台管理用户/密码 admin@test.com/Abc-123456

    示例用户/密码 abcdef@test.com/123456

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages