olivianate / gis

百度地图API操作实例

Home Page:https://olivianate.github.io/gis/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gisconsole


Project Description


Dir Explaination
src Contain all of source files
src/index app entrance
src/components components folder.
jsdemo jsdemo files are here.
dist build files are here.
config gis's configeration file.

HOW TO START


  1. Install the project's dependence when you checkout the project first time.
npm install
  1. start your development environment.
npm run start
  1. When you're ready to deploy the project to the online server, you should build the project.
npm run build
## then
git commit
## or 
git push

About

百度地图API操作实例

https://olivianate.github.io/gis/#/


Languages

Language:HTML 46.1%Language:JavaScript 32.1%Language:CSS 21.8%