Skip to content

短视频demo,模仿抖音写的, 还在更新中,clone下本地运行可以看到效果,有些浏览器会劫持视频播放,即视屏无法playsinline

Notifications You must be signed in to change notification settings

xiaojinwen/vue-video

Repository files navigation

vue-video

一个仿写抖音的移动端web项目

  1. 目前左右可滑动 功能还未写
  2. 进度条拖动 实现
  3. 评论功能,点击评论内容可在该评论底下评论 实现
  4. 表情回复 实现
  5. @回复 还未写
  6. 首页按钮点击路由跳转到对应页 还未写
  7. 首页左右切换可分别进入关注.媒体人页面 切换功能写了,页面没写
  8. 首页按钮第二 第三 第四 第五页面 还未写
  9. 还有更多细节未完成

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Other

    /* tslint:disable*/ ——忽略该行以下所有代码出现的错误提示,可以在文件首行添加达到忽略整个文件的格式提示
    /* tslint:enable*/ ——当前ts文件重新启用tslint
    /* tslint:disable-line*/ ——忽略当前行代码出现的错误提示
    /* tslint:disable-next-line*/ ——忽略下一行代码出现的错误提示

About

短视频demo,模仿抖音写的, 还在更新中,clone下本地运行可以看到效果,有些浏览器会劫持视频播放,即视屏无法playsinline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published