Capricorn is a desktop application built using Electron and Vue to manage your Aliyun OSS buckets.
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn dev
# build electron application for production
yarn build
# run unit & end-to-end tests
yarn test