1.0.4 • Published 8 years ago
mv-angular-components v1.0.4
angular-components
This ionic project hosts the angular-components library and provides a testing application for them.
To build the library and link it locally
npm run linkThis will create a dist directory which will be linked with npm
To build the library and publish it on NPM
npm run publishWARNING: Don't forget to update the version (in package.json) before publishing it
To add the library to a project
npm install mv-ionic-components --saveor
npm link mv-ionic-componentsTo run the application
ng serveBuild documentation
npm run compodocServe documentation
npm run compodoc-servedocumentation will be served on http://localhost:8080