0.0.6 • Published 10 months ago

minigis v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

使用

安装

npm i minigis

复制资源

{
    "scripts": {
        "init": "node /node_modules/minigis/init.js"
    }
}

或者 双击 /node_modules/minigis init.bat

引用资源

在 public/index.html的head中加入引用

<link rel="stylesheet" href="./minigis/Widgets/widgets.css">
<script type="text/javascript" src="./minigis/Cesium.js"></script>

其他

如果用的是webpack打包的

还可以配置 webpack.config.js

module.exports = {
  externals: {
    jquery: 'jQuery',
  },
};

vue的化 vue.config.js

module.exports = {
    configureWebpack:{
      externals: {
         Cesium: 'Cesium'
      }
    }
}
0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago