https://github.com/chineseengineer/tvue-ui
通用VueUI组件库
https://github.com/chineseengineer/tvue-ui
Last synced: 8 months ago
JSON representation
通用VueUI组件库
- Host: GitHub
- URL: https://github.com/chineseengineer/tvue-ui
- Owner: ChineseEngineer
- Created: 2018-08-23T03:44:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T13:28:29.000Z (almost 8 years ago)
- Last Synced: 2025-08-14T18:54:40.367Z (10 months ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tvue-ui

## 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
```
### Run your unit tests
```
npm run test:unit
```