Model
This npm module serves to make working with models easier, it uses the frontend-communicator module internally to handle its communications with the server, please refer to this page for its documentation.
Adding it to a browserify project
npm install frontend-model --saveAlternatively the build can be downloaded here
Walkthrough
Please read the walkthrough on how to get started.
Installing
npm installRunning tests
npm testRunning build
npm run buildTo read more on the build setup, please refer to the build documentation.
Npm scripts
The project comes with a couple npm scripts that can be executed by running
npm run <script>So,
npm run buildfor example. For all npm scripts available please see npm scripts