https://github.com/alectrocute/electron-vue-hitbox
An example project showing Electron + Vue + Vuex + mouse hitboxing 🖱
https://github.com/alectrocute/electron-vue-hitbox
Last synced: 3 months ago
JSON representation
An example project showing Electron + Vue + Vuex + mouse hitboxing 🖱
- Host: GitHub
- URL: https://github.com/alectrocute/electron-vue-hitbox
- Owner: alectrocute
- Created: 2020-03-07T22:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:32:17.000Z (over 3 years ago)
- Last Synced: 2025-03-14T22:34:07.840Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 985 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-vue-hitbox

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).