Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirka/hc-client-vue
https://github.com/mirka/hc-client-vue
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirka/hc-client-vue
- Owner: mirka
- License: mit
- Created: 2019-10-28T13:31:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:38:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T15:32:14.349Z (2 months ago)
- Language: JavaScript
- Homepage: https://hc-client-vue.mirka.now.sh
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hc-client-vue
## Try it now
[Live demo](https://hc-client-vue.mirka.now.sh/)
#### See `debug` logs in dev console
```
localStorage.debug="hc:*"
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).