0.2.3 • Published 3 years ago

yx-map v0.2.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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

Customize configuration

See Configuration Reference.

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago