Giter VIP home page Giter VIP logo

stitch-frontend's Introduction

stitch-frontend

frontend using vue.js and element-ui of my picture stitching system

Build Setup

# install dependencies
解决办法:

1、执行:

npm config get proxy
npm config get https-proxy
如果返回值不为null,继续执行:
(这一步很重要,一定要保证两个命令的返回值都为null,话说回来,应该出现这个错误这两个返回值有不为null的)
npm config set proxy null
npm config set https-proxy null
2、执行:


rm -rf node_modules
rm -rf package-lock.json
npm cache clear --force


npm install cnpm --registry=https://registry.npm.taobao.org --legacy-peer-deps -D  //局部安装


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

# build for production with minification
npm run build

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

主要使用的element ui来写的前端界面 ,axios来和后端通信

使用element UI el-upload组件实现视频文件上传及上传进度显示方法总结:https://blog.csdn.net/jerrica/article/details/80854506 封装el-upload,实现可上传视频、播放视频、编辑视频、移除视频,上传进度条展示:https://blog.csdn.net/qq_41775006/article/details/113560283?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link 解决Flask+Vue跨域请求问题:https://www.jianshu.com/p/eecfab0b6a36

Vue+elementUI el-table-column动态展示列表的数据:https://blog.csdn.net/weixin_39089928/article/details/114580445

遇到问题: 1、failed to load response data :No data found for resource with given identifier, 解决:vue el-upload上传控件一直报跨域问题 post请求变成get请求:https://blog.csdn.net/m0_37735354/article/details/86603453

stitch-frontend's People

Contributors

bodhisatan 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.