Giter Club home page Giter Club logo

oss-share's Introduction

一个用于局域网多设备文件、图片、文本共享的服务前端(移动端H5)

1. 功能介绍

  1. 使用到的技术栈: Vue 3 + TypeScript + Vite: 实现了文件、图片、文本的共享,需要配合后端才能使用。
  2. 需要自行修改项目代码的需要克隆本项目,不需要的话直接使用本项目的服务端(包含本项目打包后的内容)代码。

2. 使用方法

  1. 需要clone本项目到本地

    git clone https://github.com/plas007/OSS-Share.git
    cd OSS-Share
  2. 安装依赖

    npm install
  3. 开发模式

    npm run dev
  4. 打包模式

    npm run build
  5. 打包并发布模式

    npm run build-public

    这里需要注意发布是将打包的内容防止到服务器端,需要手动修改publish.sh脚本地址

    #!/bin/sh
    rm -rf "../OSS-Service/public/oss"
    cp -r "./dist/" "../OSS-Service/public/oss"

3. UI界面

1665299096795

1665299170625

1665299278387

1665299188111

1665299233589

oss-share's People

Contributors

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