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

https://github.com/nojaja/electronterminal

Electron+vue+xterm
https://github.com/nojaja/electronterminal

electron terminal-emulator vuejs xterm

Last synced: 6 months ago
JSON representation

Electron+vue+xterm

Awesome Lists containing this project

README

          

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nojaja/ElectronTerminal)
[![Licence](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](LICENSE)

# Electron Terminal

![screenshot](/assets/screenshots/ss01.png)

## Installation
[v0.0.0](https://github.com/nojaja/ElectronTerminal/releases/tag/v0.0.0)

## 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
```

### make package
```
npm run electron:build-win
npm run electron:build-mac
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## publish
```
git tag v0.0.0
git push --tags
```
start CI ⇒ make release file

## License

Licensed under the [MIT](LICENSE) License.