2 Star 5 Fork 1

卸载引擎/vue2.6+openlayers6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "demo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"chizhou": "vue-cli-service serve --mode chizhou",
"build-chizhou": "vue-cli-service build --mode chizhou",
"report": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"cpn": "node scripts/component",
"dll": "vue-cli-service dll",
"tpl": "node scripts/template"
},
"dependencies": {
"ant-design-vue": "^1.7.8",
"axios": "^0.26.1",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"happypack": "^5.0.1",
"jsts": "^2.8.1",
"ol": "^6.13.0",
"vcolorpicker": "^1.1.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"element-resize-detector": "^1.2.4",
"jsonp": "^0.2.1",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript/recommended",
"@vue/prettier",
"@vue/prettier/@typescript-eslint"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"indent": [
"off",
2
],
"space-before-function-paren": 0,
"prettier/prettier": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-var-requires": 0
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rainwell/openlayers.git
git@gitee.com:rainwell/openlayers.git
rainwell
openlayers
vue2.6+openlayers6
master

搜索帮助