Metadata Editor Bootstrap-module(@wbg-mde/bootstrap-module)
All the pop-up functionalities are managed by this module.
This application will be an independent application, it will be published through npm or create installer packages via commands.
Installation
WB-MDE requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
npm install
Run application in development mode
npm run ele:dev
Run application in production mode
npm run ele:aot
Create application package for Windows
npm run pack:win32
Create application package for MAC
npm run pack:mac
Create application installer for Windows
npm run installer:win32
Publish application
npm publish --access public
Main dependencies
Environment
- Angular v7.2.0
- Electron v4.2.0
- Node 10.15.3
- Nedb 1.8.0
Contributors
License
MIT