Coder Social home page Coder Social logo

vue-video's Introduction

vue-video

项目video的前端源代码。

整改计划

  • 首页迁移
  • 登录注册页面迁移
  • 查询页迁移
  • 详情页迁移
  • 播放页面迁移
  • 留言与评论模块迁移
  • 分享模块迁移
  • 后台管理迁移
  • 页面整改美化(持续)
  • 文件上传插件更换——使用el-upload
  • 错误页面完善

项目优化

  • 后台管理添加日志监控,添加到数据管理页当中
  • 后台管理系统退出登录后,首页页面的用户登录信息还在
  • 后台管理的目录管理,可以细分为 分类管理、年份管理、地区管理、等级管理
  • 影片详情页面UI美化
  • 影片信息修改/新增页面,更新接口没有调用后端接口,需优化

项目结构

.
├── README.md
├── dist  // 打包构建后的文件夹
│   ├── build.js
│   └── build.js.map
├── index.html
├── package.json
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── css // css文件
│   │   ├── img // 图片文件
│   │   ├── js // js文件
│   │   └── plugins // 插件
│   ├── api
│   │   └── api.js  // 配置api接口文件
│   ├── index.vue
│   ├── main.js
│   ├── router
│   │   └── router.js  // 配置api接口文件
│   └── store
│       ├── store.js
│       └── types.js  // vuex types
└── webpack.config.js

技术栈

  • Vue 2.0
  • vue-router
  • vuex
  • axios

运行及构建

# install dependencies
npm install

# serve with hot reload at localhost:7001
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

vue-video's People

Contributors

asimple-l avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.