@builtbydata/bbd
v3.0.13
Published
BBD common
Readme
bbdjs
typescript common lib
to use styles whcich are included in some elts, add in index.html
to build and publish: 2.1) npm run build <= to check it is compiling 2.2) git add . ; git commit -m "xxxxx" ; git push <= to save in git rep 2.3) npm version patch <= incement the patch number (in package.json) 2.4) npm run build <= to build for this version numberpach 2.5) npm publish <= pubnlish on npmjs (public)
scripts contains the scripts needded for packaging when doing 'npm run build' (copy images (assets), and scss to css)
