GithubHelp home page GithubHelp logo

hhy5277 / electron-qiniu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhen-ke/electron-qiniu

0.0 1.0 0.0 2.5 MB

基于 electron-vue + element ui 七牛客户端 🤣

JavaScript 56.09% HTML 1.34% Vue 40.90% CSS 1.67%

electron-qiniu's Introduction

七牛客户端

项目说明

基于 electron-vue + element ui 七牛客户端

项目截图

screenshot1 screenshot2 screenshot3 screenshot4

项目目录

├── src
│   ├── index.ejs
│   ├── main                    // 主进程
│   │   ├── config              // 主进程相关配置
│   │   │   └── menu.js
│   │   ├── index.dev.js        // 主进程核心代码
│   │   └── index.js
│   └── renderer                // renderer进程
│       ├── App.vue
│       ├── assets              // 静态文件
│       │   ├── data.png
│       │   ├── image.js
│       │   ├── logo-blue.png
│       │   ├── logo-white.png
│       │   └── upload.png
│       ├── components          // 组件
│       │   ├── BucketList.vue 
│       │   ├── CreateBucket.vue
│       │   ├── Header.vue
│       │   ├── Layout.vue
│       │   ├── List.vue
│       │   ├── Login.vue
│       │   ├── Preview.vue
│       │   └── UploadImage.vue
│       ├── main.js
│       ├── router              // 路由
│       │   └── index.js
│       ├── service             // api
│       │   ├── api.js
│       │   ├── getData.js
│       │   └── http.js
│       ├── store               // vuex
│       │   ├── getters.js
│       │   ├── index.js
│       │   └── modules
│       │       └── app.js
│       ├── styles              // 样式
│       │   ├── element-ui.scss
│       │   └── index.scss
│       └── utils               // 公共方法
│           └── common.js
└── static

构建应用

# 安装依赖
npm install

# 热加载服务运行在 localhost: 9080
npm run dev

# 打包项目
npm run build

赞助我

如果觉得这些内容不错,请我喝杯咖啡吧。

pay

electron-qiniu's People

Contributors

taoxm310 avatar zhen-ke 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.