Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi518/vue-components
https://github.com/adi518/vue-components
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adi518/vue-components
- Owner: adi518
- Created: 2020-03-21T19:25:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T02:25:22.000Z (over 3 years ago)
- Last Synced: 2024-10-28T09:21:45.377Z (about 2 months ago)
- Language: Vue
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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 serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).