https://github.com/7span/shilp-vue
Vue components built on Shilp CSS Framework
https://github.com/7span/shilp-vue
Last synced: about 1 year ago
JSON representation
Vue components built on Shilp CSS Framework
- Host: GitHub
- URL: https://github.com/7span/shilp-vue
- Owner: 7span
- License: mit
- Created: 2019-09-03T08:58:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T22:33:10.000Z (about 3 years ago)
- Last Synced: 2025-01-13T22:42:11.827Z (about 1 year ago)
- Language: Vue
- Size: 5.34 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shilp-vue
## 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 end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).