https://github.com/dvt3d/dc-vue
基于VueCli4.x.x 和Dc-sdk构建的三维应用脚手架, 用于开发三维WebGis项目
https://github.com/dvt3d/dc-vue
dc-sdk vue vuecli4
Last synced: 10 months ago
JSON representation
基于VueCli4.x.x 和Dc-sdk构建的三维应用脚手架, 用于开发三维WebGis项目
- Host: GitHub
- URL: https://github.com/dvt3d/dc-vue
- Owner: dvgis
- Created: 2020-03-19T06:54:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:49:39.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T23:02:45.473Z (over 1 year ago)
- Topics: dc-sdk, vue, vuecli4
- Language: JavaScript
- Homepage:
- Size: 5.54 MB
- Stars: 22
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dc-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).