Skip to content

A simple and lightweight tool to start developing your module without the whole ReflectOS

Notifications You must be signed in to change notification settings

UReflect/ReflectOS-ModuleBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A simple and lightweight tool to start developing your module without the whole ReflectOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages