arcgis-maps-demo/README.md

25 lines
332 B
Markdown
Raw Normal View History

2024-04-10 09:11:57 +08:00
# arcgis-maps-demo
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).