MvPlusMap
MvPlusMap est un module permettant d'utiliser la carte Leaflet, de manière simplifier en supportant directement des
objets techniques extrait des APIs de Synthese (des Stop
par exemple)
This project was generated with Angular CLI version 1.6.5.
Build to local dev
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Build to publish like ng-package
Run npm run packagr
to build the project. The build artifacts will be stored in the dist/
directory.
Verify the package.json of dist/
directory. There should be only peerDependencies
.
Publish new version
Run npm login
, connect to your npm account.
Verify you are in dist/
directory.
Run npm version x.x.x
or npm version patch
Run npm publish
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.