# Plot_Leaflet **Repository Path**: opengis-leaflet/Plot_Leaflet ## Basic Information - **Project Name**: Plot_Leaflet - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2021-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Plot_Leaflet 基于Leaflet(***ES6***)的标绘实现 ## 基础环境 | 序号 | 名称 | 版本 | | :------: |:-------- | :----------| |1 |Node | ^v6.10.3LTS| |2 |Typesctipt| ^2.3 | |3 |Webpack | 2 | |4 |Babel | 2 | ## 获取 ``` git clone https://github.com/Guzhongren/Plot_Leaflet.git ``` ## 安装 1. 在 ***项目跟目录*** 执行如下shell ``` npm install #or yarn add ``` 2. 全局安装webpack和webpack-dev-server ``` npm install -g webpack@2.6.1 webpack-dev-server@2.4.5 ``` ## 运行 运行 ``` npm run dev ``` ### 参考 1. [Babel](http://babeljs.cn/) 2. [webpack2](https://webpack.js.org/) 3. [Leaflet](http://leafletjs.com/2017/06/27/leaflet-1.1.0.html)