https://github.com/dvt3d/dc-vue-next
vue3.0与dc-sdk结合的脚手架
https://github.com/dvt3d/dc-vue-next
dc-sdk vue-next vuecli4
Last synced: 11 months ago
JSON representation
vue3.0与dc-sdk结合的脚手架
- Host: GitHub
- URL: https://github.com/dvt3d/dc-vue-next
- Owner: dvt3d
- Created: 2020-11-10T07:07:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T12:59:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T14:11:17.626Z (about 1 year ago)
- Topics: dc-sdk, vue-next, vuecli4
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dc-vue-next
## 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/).