this is mobius-cms's sample plugin. mobius-cms's is a plugin base framework.
the project demonstrate that plugin can install on mobius-cms. besides, also can perform independent.
for development, in order to develop convenience, we don't install the plugin on mobius-cms every time.
only the first time need to install docker and fig.
you can find the installation from docker and fig.
execute command fig up mobius, it will start mobius-cms and mount the plugin's action and model.
the action and models definition is in ./config/actions.coffee and ./config/models.coffee.
after start mobius-cms, we can start plugin by execute command: gulp watch.
than the plugin will has front end and back end function.
work like below image:
same plugin, but you can run standalong or install on mobius-cms.
