init commit

This commit is contained in:
iqudoo
2026-04-30 10:16:43 +08:00
commit 2c8eb4f587
44 changed files with 17574 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# scan-code-jssdk
桥接扫一扫/微信扫一扫/扫码枪 JSSDK
## Development
* make sure node and npm installed;
* clone the repo to local;
* run `npm install` to install node modules;
* run `npm run build-${env}` to get an *unminified* build file at `dist` folder;