0.2.14 • Published 2 years ago

vibo-ui v0.2.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

BUILD LIBRARY

comand "npm run build"

  • script "copy-styles" moves static css, woff files to the components/resources/styles, because tsc builds only .ts, .tsx files. For more needs could be extended with new files. DOCS for copyfiles https://www.npmjs.com/package/copyfiles
  • ttsc used instead of basic tsc because of resolving absolute paths in the library.

After building the library will be in ./components folder in the root.

To publish library to npm use "npm publish" command. But you must be loggin into the https://www.npmjs.com/.

While (updating / changing / fixing) library version should be updated in package.json file, or npm will thow the error!