1.1.10 • Published 6 years ago

mdbda-js v1.1.10

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
6 years ago

mdbda-js

A MDBDA.org toolkit and web modeler

Contributing

See the contribution guide

Development

Prerequisites

Make sure you have git, node-js, npm or yarn installed before you continue.

Dependencies

Execute yarn install or npm install on project root to install dependencies.

Building

Depending on your dependencies manager (yarn or npm), the project will be built and the dev-server will be started at localhost:9000.

This job use the index.html file in the assets directory.

# build project and rebuild on file changes
yarn dev or npm run dev

For Production

# build project minified and without sourcemaps
yarn prod or npm run prod

After this command open the file index.prod.html and check if the generated files work at expected.

Testing

# single test run
yarn test or npm test