https://github.com/chargetrip/internal-vue-components
https://github.com/chargetrip/internal-vue-components
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chargetrip/internal-vue-components
- Owner: chargetrip
- Created: 2020-09-24T10:42:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T09:41:46.000Z (over 3 years ago)
- Last Synced: 2025-03-24T05:36:00.767Z (about 1 year ago)
- Language: Vue
- Size: 8.57 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-components
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).