https://github.com/break-stuff/kickstand
A Vue.js UI library
https://github.com/break-stuff/kickstand
Last synced: 5 months ago
JSON representation
A Vue.js UI library
- Host: GitHub
- URL: https://github.com/break-stuff/kickstand
- Owner: break-stuff
- License: mit
- Created: 2018-11-12T21:44:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:52:35.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:22:40.082Z (over 1 year ago)
- Language: CSS
- Size: 2.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kickastand
## 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 unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).