Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diasbruno/vue-bullets
Easy to use bullet component.
https://github.com/diasbruno/vue-bullets
bullets components vuejs
Last synced: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T02:12:32.000Z (over 1 year ago)
- Last Synced: 2024-10-07T05:23:36.205Z (30 days ago)
- Topics: bullets, components, vuejs
- Language: JavaScript
- Size: 1.32 MB
- Stars: 1
- Watchers: 3
- 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/).