2.0.2 • Published 10 months ago

v-ymap v2.0.2

Weekly downloads
6
License
MIT
Repository
-
Last release
10 months ago

v-ymap

Vue components for work with yandex map.

Install Project as dependency

npm i v-ymap

Using

import { YMap } from 'v-ymap';
import 'v-ymap/style.css';

<YMap center={[11.111111,11.111111]} zoom={10} />

Or

import { YMap } from 'v-ymap';

<YMap center={[11.111111,11.111111]} zoom={10} class={'someSizesClass'} style={{height:'inherit',weight:'inherit'}}/>

Examples

<YMap center={[11.111111,11.111111]} zoom={10} />
<YMap center={[11.111111,11.111111]} zoom={10}>
 <YRoute points={['City 17', 'City 10']}></YRoute>
</YMap>

Work with project

Building project

npm run build

Test

npm run test:server
npm run test
2.0.2

10 months ago

2.0.1

11 months ago

1.3.1

1 year ago

1.2.2

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago