vue-print-nb-jeecg
Version:
This is a directive wrapper for printed, Simple, fast, convenient, light. ( 特定改造版本: 解决IE兼容问题和支持Canvas自适应打印 )
23 lines (22 loc) • 568 B
JSON
{
"name": "vue-print-nb-jeecg",
"version": "1.0.9",
"description": "",
"main": "index.es5.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel -d lib/ src/",
"index": "babel index.js --out-file index.es5.js",
"prepublish": "npm run compile & npm run index"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0"
}
}