An uploader, downloader, and dashboard for the Genaro network
- User management
- List buckets
- List files in bucket
- Drag and drop file upload
- File download
# install dependencies
npm install
# Every time you run "npm install", run this:
./node_modules/.bin/electron-rebuild
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# Mac OS
npm run build:darwin
npm run build:clean
- https://simulatedgreg.gitbooks.io/electron-vue/content/cn/
- https://wizardforcel.gitbooks.io/electron-doc/content/api/dialog.html
- https://www.iviewui.com/components/dropdown
- https://cn.vuejs.org/v2/guide/events.html
- https://www.npmjs.com/package/lowdb
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.