https://github.com/diasbruno/vue-bullets
Easy to use bullet component.
https://github.com/diasbruno/vue-bullets
bullets components vuejs
Last synced: about 1 month ago
JSON representation
Easy to use bullet component.
- Host: GitHub
- URL: https://github.com/diasbruno/vue-bullets
- Owner: diasbruno
- Created: 2020-03-20T01:29:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T02:12:32.000Z (about 2 years ago)
- Last Synced: 2025-04-01T19:59:23.947Z (about 2 months ago)
- Topics: bullets, components, vuejs
- Language: JavaScript
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-bullets
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).