jsdc-dui
v1.7.1
Published
<h1 align="center">JSDC DUI</h1>
Downloads
16
Readme
Installation
// Install from git repo.
npm install https://github.com/60723005l/jsdc-dui.git
// to install a tag version named 0.3.1
npm install https://github.com/60723005l/jsdc-dui.git#0.3.1
// Install from npm
npm i jsdc-dui
publish procedure
npm run build -> package.json小版號+1 -> commit -> start release branch(tag要跟package版號相同) -> finish release -> push -> npm publish