# jq_查询系统 **Repository Path**: zhou3783/jq__query_system ## Basic Information - **Project Name**: jq_查询系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #安装node: 版本:node-v6.12.3-x64.msi #安装babel: npm install --save-dev babel-preset-es2015 npm install --global babel-cli #创建.babelrc文件,内容为: { "presets": [ "es2015", ], "plugins": ["transform-remove-strict-mode"] } #最后执行: babel js --out-dir js