https://github.com/idushii/b-cards-interactive
Интерактивный пример с cards для bootstrap
https://github.com/idushii/b-cards-interactive
Last synced: about 1 month ago
JSON representation
Интерактивный пример с cards для bootstrap
- Host: GitHub
- URL: https://github.com/idushii/b-cards-interactive
- Owner: idushii
- Created: 2019-11-24T08:00:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:38:25.000Z (over 2 years ago)
- Last Synced: 2025-02-05T16:18:01.694Z (3 months ago)
- Language: TypeScript
- Homepage: https://idushii.github.io/b-cards-interactive/
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b-cards-interactive
## 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 unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).