Skip to content
Snippets Groups Projects
user avatar
rhenck authored
- Units and element are now built via the factory. This ensures only the
  wanted properties are present. All others are discarded.
- Since the sanatizer is supposed to check the unit defintion version
  it is used by player and editor and therefore put in common.
  This in turn makes it necessary to put the JSON resolver settings
  in the root-TSConfig file.
- Renamed a couple of properties to have clearer names.
874c1af3
History

Verona Modules Aspect

Repository for the Aspect Editor and Player. The applications have a shared code base, but can be run/built separately.

Both conform to the Verona API definition:

Editor-API

Player-API

Development Version

npm run start-editor-local

or

npm run start-player-local

Production Build

npm run build-editor-prod

or

npm run build-player-prod

Development

NPM version: 6,7,8