Moved to https://github.com/Jinntec/Fore effective after 12.03.2021
'situated in front of something else' - Merriam Webster
Fore is a model-driven forms framework that follows the ideas of the XForms Standard.
This project is still in its early stages.
Contributions are always welcome. Default branch of development is 'dev'. PRs feature additions or bugfixes will always go into 'dev'.
The master branch is only used for releases.
- see package.json
must be build with npm run build
- outputs fontoxpath in 'output' dir.
ATTENTION: due to my humble knowledge with rollup you still have to change the last line of fontoxpath.js
to export default fontoxpath;
to make it work.
To check if installation was correct run npm run test
. Tests should run green.
To allow browser-compatible module loading there is a npm script called 'empathy'. This must be called whenever new node modules are introduced into the project.
npm run empathy
This will create a directory 'assets' with all dependencies converted to use local pathes instead of node_module pathes.
This approach will eventually change.
npm run start
starts the testserver with 'doc/index.html' as entry page. Under 'examples' on the left you find
introduce a mode which allows to edit the model itself within the page.
- serialization?
- the model as an instance?