yx-map
v0.2.3
Published
## Usages ``` 1、npm i yx-map 2、import YxMap from 'yx-map' 3、import 'yx-map/lib/yx-map-lib.css' 4、<yx-app :footer="footer" :right-contain-show="rightContainShow" :create="initScene" > <template #rightContainer> </template> <templa
Downloads
7
Readme
es-map
Usages
1、npm i yx-map
2、import YxMap from 'yx-map'
3、import 'yx-map/lib/yx-map-lib.css'
4、<yx-app
:footer="footer"
:right-contain-show="rightContainShow"
:create="initScene"
>
<template #rightContainer>
</template>
<template #tools>
<li><i class="iconfont es-attribute" @click="rightContainShow = !rightContainShow"></i></li>
</template>
</yx-app>
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint