/gis

百度地图API操作实例

Primary LanguageHTML

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