Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeludemann/vue-glide
A glide slider with vue
https://github.com/mikeludemann/vue-glide
glide vue vue-cli
Last synced: about 1 month ago
JSON representation
A glide slider with vue
- Host: GitHub
- URL: https://github.com/mikeludemann/vue-glide
- Owner: mikeludemann
- License: mit
- Created: 2019-10-07T12:40:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:18:28.000Z (about 2 years ago)
- Last Synced: 2023-03-02T20:36:57.875Z (almost 2 years ago)
- Topics: glide, vue, vue-cli
- Language: Vue
- Size: 2.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-glide
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).