1 Star 0 Fork 5

CesiumLearn / EarthSDK-vue-cli-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tang Xiaofei 提交于 2020-04-18 16:21 . 1.3.5
{
"name": "earthsdk-vue-cli-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"cesium": "^1.66.0",
"copy-webpack-plugin": "^5.0.4",
"core-js": "^2.6.5",
"earthsdk": "^1.3.5",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
1
https://gitee.com/CesiumLearn/EarthSDK-vue-cli-app.git
git@gitee.com:CesiumLearn/EarthSDK-vue-cli-app.git
CesiumLearn
EarthSDK-vue-cli-app
EarthSDK-vue-cli-app
master

搜索帮助