@smiledirectclub/sdc-social-album-widget
v1.0.10
Published
> UGC widget component
Downloads
54
Readme
sdc-social-album-widget
UGC widget component
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test:unit
Lints and fixes files
npm run lint
Versioning and Publishing
After all your latest changes have been pushed to master, it is now time to version these changes and publish them to NPM.
npm version <major|minor|patch|etc> && npm publish