唯一指定开源仓库:https://gitgoon.dev/UmaERA/era-electron 基于Electron的ERA游戏引擎,支持使用Javascript进行ERA游戏开发,使用element-plus提供基本页面元素和排版功能 [使用教程](https://gitgoon.dev/UmaERA/era-electron/wiki/dev-guides)
  • JavaScript 74.7%
  • Vue 24.1%
  • Scala 0.8%
  • HTML 0.2%
  • CSS 0.2%
Find a file
2026-04-08 15:47:32 +08:00
.husky feat(renderer): optimize tooltips 2026-03-30 21:21:37 +08:00
ci fix(ci): fixes a bug in ci/pages.js 2025-02-16 15:06:54 +08:00
example@ac092ec3c8 build: release 4.8.0 2026-04-08 15:47:32 +08:00
icons chore(icons): tracks icon files by lfs 2025-01-10 01:06:16 +08:00
public chore(icons): tracks icon files by lfs 2025-01-10 01:06:16 +08:00
sdk build: release 4.8.0 2026-04-08 15:47:32 +08:00
src feat(renderer): optimize tooltips 2026-03-30 21:21:37 +08:00
test chore(kojo-loader): keeps sync and updates test case 2026-01-20 10:24:20 +08:00
webpack-plugin@82f4eeef9e build: release 4.7.0 2026-01-18 10:41:39 +08:00
.browserslistrc fix: uploads missed files 2024-01-22 11:52:03 +08:00
.eslintrc.js feat(era): optimizes TextContent and era.notify 2025-10-15 16:15:48 +08:00
.gitattributes chore(icons): tracks icon files by lfs 2025-01-10 01:06:16 +08:00
.gitignore chore(test): optimizes the file structure 2025-10-08 21:44:22 +08:00
.gitlab-ci.yml feat(ci): renames software packages 2025-12-08 16:44:35 +08:00
.gitmodules chore(webpack-plugin): adds submodule webpack-plugin 2025-03-16 16:31:31 +08:00
babel.config.js build: init 2024-01-22 11:11:36 +08:00
CHANGELOG.md build: release 4.8.0 2026-04-08 15:47:32 +08:00
jsconfig.json chore: configures submodules 2024-04-05 16:32:03 +08:00
LICENSE docs: adds LICENSE 2025-06-25 09:22:15 +08:00
package.json build: release 4.8.0 2026-04-08 15:47:32 +08:00
pnpm-lock.yaml build: updates dependencies 2026-01-18 11:06:32 +08:00
pnpm-workspace.yaml build: 4.3.2 2025-10-09 18:51:11 +08:00
README.md docs: adds LICENSE 2025-06-25 09:22:15 +08:00
RELEASE.md build: release 4.8.0 2026-04-08 15:47:32 +08:00
vue.config.js feat(kojo): adds the support for dictionary 2025-03-16 22:41:33 +08:00

era-electron

Release Notes

Changelogs

LICENSE

GPL 2.0

Game Example

EraElectron Example

Project setup

node 18.x

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for local runtime

npm run local:build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.