Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liu927971519/vue-gmap
基于 vue 、高德地图 JS API 和 UI 组件库的地图组件库
https://github.com/liu927971519/vue-gmap
Last synced: about 2 months ago
JSON representation
基于 vue 、高德地图 JS API 和 UI 组件库的地图组件库
- Host: GitHub
- URL: https://github.com/liu927971519/vue-gmap
- Owner: liu927971519
- License: mit
- Created: 2020-01-26T10:01:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:04:21.000Z (about 2 years ago)
- Last Synced: 2024-10-13T08:44:20.823Z (3 months ago)
- Language: JavaScript
- Size: 3.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-gmap
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).