0.1.3 • Published 2 years ago
@moonjot/moon-mem-plugin v0.1.3
Mem Plugin
Installation
yarnBuild before publishing
yarn buildFor dev mode run
yarn watchThis wil build the app each time you do a change
on you app add to you settings.plugins.list
{
"id": 2,
"packageName": "{PATH_TO}/moon-mem-plugin", // path to the plugin
"description": "Sample app",
"fromPath": true, // if you packages name is develop locally
"devMode": true, // allow auto refresh before each use
}