https://github.com/webankpartners/wecube-common-ui
https://github.com/webankpartners/wecube-common-ui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webankpartners/wecube-common-ui
- Owner: WeBankPartners
- License: apache-2.0
- Created: 2024-08-12T11:50:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:47:36.000Z (over 1 year ago)
- Last Synced: 2025-05-05T22:55:09.978Z (about 1 year ago)
- Language: CSS
- Size: 608 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wecube-common
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).