https://github.com/uwriegel/commandernode
https://github.com/uwriegel/commandernode
cpp electron javascript vue
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uwriegel/commandernode
- Owner: uwriegel
- License: mit
- Created: 2019-06-17T21:09:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:49:59.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:25:56.537Z (9 months ago)
- Topics: cpp, electron, javascript, vue
- Language: Vue
- Size: 2.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commander
## Project setup
```
npm install
```Setup on Linux
```
sudo apt-get install libglib2.0-dev
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and run electron
```
npm run electron
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).### Create setups:
Warning: After building setup, delete ```node_modules``` and run ```npm i``` again!run
```
npm run build
npm run dist```