All Projects → avivace → Fuse

avivace / Fuse

Licence: gpl-3.0
A simple file sharing web service in Vue.js and Flask

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fuse

Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (+12500%)
Mutual labels:  bootstrap, vuejs2, vue2
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+3457.14%)
Mutual labels:  axios, vuejs2, vue2
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (+2185.71%)
Mutual labels:  axios, vuejs2, vue2
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (+3557.14%)
Mutual labels:  axios, vuejs2, vue2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+10314.29%)
Mutual labels:  axios, vuejs2, vue2
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+42057.14%)
Mutual labels:  bootstrap, vuejs2, vue2
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+7271.43%)
Mutual labels:  axios, vue2
Vuelayers
Web map Vue components with the power of OpenLayers
Stars: ✭ 532 (+7500%)
Mutual labels:  vuejs2, vue2
Flask Vuejs Madblog
基于 Flask 和 Vue.js 前后端分离的微型博客项目,支持多用户、Markdown文章(喜欢/收藏文章)、粉丝关注、用户评论(点赞)、动态通知、站内私信、黑名单、邮件支持、管理后台、权限管理、RQ任务队列、Elasticsearch全文搜索、Linux VPS部署、Docker容器部署等
Stars: ✭ 541 (+7628.57%)
Mutual labels:  flask, axios
Vue Apollo
🚀 Apollo/GraphQL integration for VueJS
Stars: ✭ 5,529 (+78885.71%)
Mutual labels:  vuejs2, vue2
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (+7000%)
Mutual labels:  vuejs2, vue2
Vuesax
New Framework Components for Vue.js 2
Stars: ✭ 5,293 (+75514.29%)
Mutual labels:  vuejs2, vue2
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+8785.71%)
Mutual labels:  bootstrap, vue2
Vue Star Rating
⭐️ A simple, highly customisable star rating component for Vue 2.x. / 3.x
Stars: ✭ 509 (+7171.43%)
Mutual labels:  vuejs2, vue2
Vue Music
cloud-music(网易云音乐)
Stars: ✭ 500 (+7042.86%)
Mutual labels:  axios, vuejs2
Gae Init
Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features
Stars: ✭ 533 (+7514.29%)
Mutual labels:  flask, bootstrap
Pixel Web
一个 Vue 微博客户端
Stars: ✭ 500 (+7042.86%)
Mutual labels:  axios, vue2
Vue Blog
A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
Stars: ✭ 586 (+8271.43%)
Mutual labels:  axios, vue2
Vuebar
(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
Stars: ✭ 650 (+9185.71%)
Mutual labels:  vuejs2, vue2
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (+9285.71%)
Mutual labels:  vuejs2, vue2

fuse

A simple file uploading web service in Vue.js, Axios and Flask

Demo GIF

Deploy

Supposing you have NodeJS, npm, Python3 and pip3 installed:

# Install npm dependencies
npm install

# Install python3 dependencies
pip3 install -r requirements.txt

# Start Flask backend server
python3 app.py

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

Backend

Flask, sqlite3 as database.

Frontend

Vue.js, the CSS framework is bootstrap-vue (Bootstrap 4). Requests are handled with Axios.

Build Setup

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Documentation Resources

Thanks to Cristian Baldi for its Vue wisdom.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].