添加生成条形码功能 #89
1. 添加以来vue-color,jsbarcode。 vue-color 是一个颜色选择器. https://github.com/xiaokaike/vue-color.git jsbarcode 是该功能的核心工具,能够生成各类条形码 https://github.com/lindell/JsBarcode.git 2. 仿照jsbarcode的demo页面将条码生成功能集成到CTool中 https://lindell.me/JsBarcode/generator/
Showing
| ... | ... | @@ -21,14 +21,15 @@ |
| "cronstrue": "^1.122.0", | ||
| "crypto-js": "^3.3.0", | ||
| "file": "^0.2.2", | ||
| "http-build-query": "^0.7.0", | ||
| "ipinyinjs": "^1.0.0", | ||
| "is-url": "^1.2.4", | ||
| "jian_fan": "^1.0.3", | ||
| "js-base64": "^2.6.4", | ||
| "js-htmlencode": "^0.3.0", | ||
| "js-yaml": "^3.14.1", | ||
| "jsbarcode": "^3.11.5", | ||
| "json-to-properties": "^1.1.3", | ||
| "json5": "^2.2.0", | ||
| "jsonlint": "^1.6.3", | ||
| "jsrsasign": "^10.4.1", | ||
| "jsrsasign-util": "^1.0.5", | ||
| ... | ... | @@ -48,14 +49,14 @@ |
| "properties-to-json": "^0.1.7", | ||
| "qrcode": "^1.4.4", | ||
| "qrcode-parser": "^1.2.0", | ||
| "query-string": "^6.14.1", | ||
| "query-string": "^6.13.7", | ||
| "serialize-php": "^1.1.2", | ||
| "sm-crypto": "^0.1.4", | ||
| "system": "^2.0.1", | ||
| "uuid": "^8.3.2", | ||
| "view-design": "^4.6.1", | ||
| "vue": "^2.6.14", | ||
| "vue-i18n": "^8.26.5", | ||
| "vue-color": "^2.8.1", | ||
| "vue-router": "^3.5.3", | ||
| "x2js": "github:abdolence/x2js" | ||
| }, | ||
| ... | ... | @@ -93,9 +94,6 @@ |
| }, | ||
| "parserOptions": { | ||
| "parser": "babel-eslint" | ||
| }, | ||
| "globals": { | ||
| "__": "writable" | ||
| } | ||
| }, | ||
| "postcss": { | ||
| ... | ... |
src/views/tool/barcode.vue
0 → 100644
想要评论请 注册 或 登录