Skip to content

This is a file encryption storage manager based on the golang + electronic + VUE technology stack, which can be used for USB drives, common hard drives and supports multi-platform operating systems.

Notifications You must be signed in to change notification settings

546669204/private-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Space

English | 简体中文

This is a file encryption storage manager based on the golang + electronic + VUE technology stack, which can be used for USB drives, common hard drives and supports multi-platform operating systems.

Getting started

# clone the project
git clone https://github.com/546669204/private-space.git

# install dependency
go get
cd electron
npm install

# develop 
go build && private-space

cd electron
npm run dev

Build

#build golang
go build

#build electron
npm run build:darwin
npm run build:linux
npm run build:mas
npm run build:win32

#copy golang build file to /electron/build/XXXXXX

#run

Changelog

2018-08-06 init

About

This is a file encryption storage manager based on the golang + electronic + VUE technology stack, which can be used for USB drives, common hard drives and supports multi-platform operating systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published