tz-mp-chat
v0.1.38
Published
> Tranzak mini-program's npm installable chat library.
Readme
tz-mp-chat
Tranzak mini-program's npm installable chat library.
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
Generated files are available under dist folder.
Compile for all targets.
npm run buildSpecific target compilation
- Common JS :
npm run build:ssr- ES Module :
npm run build:es- Browser or usage directly by including through script tag :
npm run build:unpkgLints and fixes files
npm run lint