att-m2x-widgets
v1.0.19
Published
AT&T M2X Widget Library
Downloads
37
Keywords
Readme
AT&T M2X Dashboard Widgets
Javascript Library used by M2X Portal Dashboards.
Development
- Run
npm install
to install all dependencies. - Run
npm start
to start the development server. - Navigate to
http://localhost:8080/styleguide
to view the styleguide.
Releases
- Use
npm version (major|minor|patch)
to create a release. - Run
git push --follow-tags
to push to Github. - Then
npm publish
to publish in npm.