douyin/README.md
2023-02-15 14:19:46 +08:00

72 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 简体中文 | [English](README-en-US.md)
## 预览
[在线预览DEMO](https://ttentau.github.io/ttentau/dy/)
### 注意电脑端请用Chrome浏览器的手机模式访问。Chrome切换成手机模式快捷键先按F12调出控制台再按Ctrl+Shift+M
### 注意:安卓手机请用[Via手机浏览器](https://viayoo.com/zh-cn/)或者Chrome浏览器手机版本预览。其他浏览器检测到页面内有视频会强制将视频全屏并显示控制按钮导致css和js都失效
## 简介
**douyin** 是一个模仿抖音的移动端短视频项目,它基于 [Vue 3](https://v3.cn.vuejs.org/),
[Vite](https://cn.vitejs.dev/)
实现。使用了最新的Vue全家桶技术栈后台数据通过[mock-js](http://mockjs.com)搭建
## 功能点
页面 | 进度
--------------|---------
首页 | 50%
-- 音乐 | ☑
-- 抖音音乐榜 | ☑
-- 搜索 | 50%
-- 直播 | 50%
朋友 | 0%
消息 | ☑
-- 聊天 | ☑
-- 各种通知 | ☑
我 | 90%
-- 求更新 | ☑
-- 关注和粉丝 | ☑
-- 编辑资料 | ☑
-- 添加朋友 | ☑
-- 我的音乐 | ☑
-- 抖音商城 | 0
-- 收藏视频\音乐 | ☑
-- 右侧菜单子页面 | 10%
-- 设置 | ☑
-- -- 具体设置页面 | 0%
登录\注册 | ☑
## 运行
```bash
# 克隆项目到本地
git clone https://github.com/zyronon/douyin.git
# 进入项目目录
cd douyin
# 安装依赖
npm install
# 启动服务
npm run dev
# 访问
Chrome浏览器访问 http://localhost:5173
Chrome切换成手机模式快捷键先按F12调出控制台再按Ctrl+Shift+M
```
## 问题反馈
如果有任何问题、错误报告或功能请求请随时提出Issues。
## 联系我
您可以联系我的邮箱 <a href="mailto:zyronon@163.com">zyronon@163.com</a>
## MIT许可协议
[MIT](LICENSE)