技术:基于OpenLayers和Cesium开发的2/3D地

Global_Map

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

or

yarn start Build project

npm run build

or

yarn run build Check code style

npm run lint

or

yarn run lint

You can also use script to auto fix some lint error:

npm run lint:fix

or

yarn run lint:fix Test code

npm test

or

yarn test

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。