tz-mp-chat
v0.1.38
Published
> Tranzak mini-program's npm installable chat library.
Downloads
10
Readme
tz-mp-chat
Tranzak mini-program's npm installable chat library.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
Generated files are available under dist folder.
Compile for all targets.
npm run build
Specific 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:unpkg
Lints and fixes files
npm run lint