Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dayjournal/leaflet-starter

Start Leaflet easily. [Leaflet, Vite]
https://github.com/dayjournal/leaflet-starter

Last synced: 3 months ago
JSON representation

Start Leaflet easily. [Leaflet, Vite]

Lists

README

        

# leaflet-starter

![README02](img/README02.png)

Start Leaflet easily.
- [Leaflet v1.9.4](http://leafletjs.com)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.4.1](https://vitejs.dev)
- node v18.1.0
- npm v8.19.2


## Usage

![README03](img/README03.png)


Install package
```bash
npm install
```


build
```bash
npm run build
```


dev
```bash
npm run dev
```

---




![README01](img/README01.gif)


## License
MIT

Copyright (c) 2018-2023 Yasunori Kirimoto


---


### Japanese


# Leaflet スターター

![README02](img/README02.png)

Leafletを手軽に始める
- [Leaflet v1.9.4](http://leafletjs.com)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.4.1](https://vitejs.dev)
- node v18.1.0
- npm v8.19.2


## 使用方法

![README03](img/README03.png)


パッケージインストール

```bash
npm install
```


ビルド

```bash
npm run build
```


開発

```bash
npm run dev
```




![README01](img/README01.gif)


## ライセンス
MIT

Copyright (c) 2018-2023 Yasunori Kirimoto