Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 740 Bytes

File metadata and controls

30 lines (20 loc) · 740 Bytes

reflect-os

Mirror OS based on Electron

Build Setup

# Needed dependencies
npm i yarn -g && yarn global add @vue/cli
#Init your module without cloning
sh -c "$(curl -fsSL https://raw.githubusercontent.com/UReflect/ReflectOS-ModuleBoilerplate/master/init.sh)"

Package your module

vue build --target lib --name your-module-name src/components/YourModuleName.vue

Create your module tarball

Select your-module-name.umd.min.js and your-module-name.css. Put these files alongside the manifest.json in a folder named your-module-name.v[major]-[minor] Now you can create the tarball with the extension .zip

See the full documentation here.