https://eva.js.org/#/tutorials/pluginDevelop
npm install
or yarn install
whatever.
run npm run dev
first, then a page will open as http://localhost:8080
in your default brower. When file in example directory changed, page will reload automatically.
- run
npm run buildDev
to build develop files - run
npm run buildProd
to build release files
- The name of this package must be prefixed with
eva-plugin-
- System must be export with suffix
System