mdbda-js
v1.1.10
Published
A MDBDA.org toolkit and web modeler
Downloads
5
Readme
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