https://github.com/eva-engine/plugin-template
Eva.js plugin templete
https://github.com/eva-engine/plugin-template
template
Last synced: about 1 year ago
JSON representation
Eva.js plugin templete
- Host: GitHub
- URL: https://github.com/eva-engine/plugin-template
- Owner: eva-engine
- License: mit
- Created: 2021-03-12T03:46:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T06:22:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T11:13:02.705Z (over 1 year ago)
- Topics: template
- Language: JavaScript
- Homepage: https://eva.js.org/#/tutorials/pluginDevelop
- Size: 975 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eva.js plugin template
## How To Develop a Eva.js plugin?
[https://eva.js.org/#/tutorials/pluginDevelop](https://eva.js.org/#/tutorials/pluginDevelop)
## How To use this template?
### install
`npm install` or `yarn install` whatever.
### develop server
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.
### build
- run `npm run buildDev` to build develop files
- run `npm run buildProd` to build release files
## Naming conventions
- The name of this package must be prefixed with `eva-plugin-`
- System must be export with suffix `System`