An open API service indexing awesome lists of open source software.

https://github.com/uwriegel/commandernode


https://github.com/uwriegel/commandernode

cpp electron javascript vue

Last synced: 5 days ago
JSON representation

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

```