@playable-cn/sova-chat
v1.0.4
Published
##sova-chat publish way
Downloads
2
Keywords
Readme
#Sova-Chat 1.0.1
##sova-chat publish way
- add npm user(need register a npm account and add to @playable-cn)
npm adduser
need input follow information.
1> input username
2> input password
3> input email
4> input OTP code(from email)
- publish package
npm publish --access public
##sova-chat use way
import {CFO} from "@playable-cn/sova-chat/cfo"
CFO.setPost(post)
CFO.setGet(get)
The version number of package.js needs to be changed each time it is modified.
yarn upgrade @playable-cn/sova-chat@{version}