mofish
v0.3.1
Published
**Mofish** is a friendly Development tool platform.
Downloads
1
Readme
Introduction
Mofish is a friendly Development tool platform.
Usage
Install
npm install mofish -g
Start
mofish
If you want to start with super user permission, you can also
sudo mofish
Fork and Dev
Start frontend develop
npm run serve
Start backend develop
npm run dev:server
Develop with plugin
npm run dev:plugin -- --plugin /your-plugin-dir-path [--port xxxx]