https://github.com/cangshudada/swiper-component
🎯simple swiper component
https://github.com/cangshudada/swiper-component
Last synced: about 1 month ago
JSON representation
🎯simple swiper component
- Host: GitHub
- URL: https://github.com/cangshudada/swiper-component
- Owner: cangshudada
- License: mit
- Created: 2020-04-20T14:21:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:08:09.000Z (over 2 years ago)
- Last Synced: 2025-02-16T01:19:44.664Z (3 months ago)
- Language: Vue
- Size: 2.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# part_1
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).