Aucune description

wuxiang a5f40c2c1b commit il y a 1 an
public c21ef7d44a 优化 il y a 1 an
src a5f40c2c1b commit il y a 1 an
.gitignore 1fa8351678 first commit il y a 1 an
README.md 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 1 an
babel.config.js 1fa8351678 first commit il y a 1 an
package-lock.json d02ee8046b init il y a 1 an
package.json d02ee8046b init il y a 1 an
vue.config.js 61e9db250b commit il y a 1 an

README.md

启动前事项

1.将node_module中cesium-navigation-es6包内的以下内容进行搜索替换

(1) import Cesium from 'cesium/Cesium' 替换为 let Cesium = require('cesium/Cesium') 
(2) defineProperties( 替换为 Object.defineProperties(