1.0.1 • Published 5 years ago

ts-gis-sdk v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

ts-sdk

封装GIS的JavaScript的API接口,形成Javascript SDK。

install

  1. 安装loader npm i css-loader style-loader -D npm i file-loader url-loader -D

在Webpack打包Leaflet

  1. Fork and clone this repo
  2. cd into ts-sdk
  3. Install dependencies with npm install
  4. Start the live development server with npm start
  5. Open http://localhost:8080/dist/ in your browser.
  6. you can also call npm run dev or npm run build if you'd like to create a minified bundle.
  7. browser-sync can open http://localhost:3000/ in your browser and external http://IP:3000 in others computer browser.