Vue3 + Pinia + Vite5 仿抖音,完全度90% . Vue3 + Pinia + Vite5 imitate TikTok with 90% completeness
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zyronon a8f0f64868 save 1 year ago
env v1 1 year ago
node save 1 year ago
public save 1 year ago
src save 1 year ago
.gitignore 优化 1 year ago
LICENSE Update LICENSE 3 years ago
NOTE.md save 1 year ago
README-en-US.md save 1 year ago
README.md save 1 year ago
index.html save 1 year ago
package.json v1 1 year ago
pnpm-lock.yaml save 1 year ago
stats.html 移除vuex 1 year ago
vite.config.js v1 1 year ago

README.md

Douyin

简体中文 | English

douyin是一个模仿抖音的移动端短视频项目,它基于 Vue, Vite实现。使用了最新的Vue全家桶技术栈,接口数据通过 axios-mock-adapter模拟

📸 在线访问

Vercel: http://dy.ttentau.top (国内推荐访问这个)

Netlify: https://douyins.netlify.app (需要翻墙)

注意:PC浏览器请用手机模式访问。先按F12调出控制台,再按Ctrl+Shift+M切换到手机模式

注意:手机请用Via浏览器或者Chrome浏览器预览。其他浏览器会强制将视频全屏,导致样式都失效

🖼 效果截图

运行项目

本项目是基于Vue开发的,需要 node 环境来运行。

  1. 安装 NodeJS,参考官方文档
  2. 使用 git clone https://github.com/zyronon/douyin.git 下载项目到本地
  3. 进入项目目录cd douyin,在项目根目录下,运行npm install来下载依赖。
  4. 执行npm run dev来启动项目,项目默认地址为http://localhost:3000
  5. 在浏览器中打开http://localhost:3000 来访问项目。 Chrome切换成手机模式快捷键,先按F12调出控制台,再按Ctrl+Shift+M

🎙 功能与建议

目前项目处于开发初期,新功能正在持续添加中,如果你对软件有任何功能与建议,欢迎在 Issues 中提出 如果你也喜欢本软件的设计思想,欢迎提交 pr,非常感谢你对我们的支持!

联系我

您可以联系我的邮箱 zyronon@163.com

MIT许可协议

MIT