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
- Host: GitHub
- URL: https://github.com/nojaja/electronterminal
- Owner: nojaja
- License: mit
- Created: 2019-06-16T22:52:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:47:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T22:36:58.867Z (7 months ago)
- Topics: electron, terminal-emulator, vuejs, xterm
- Language: Vue
- Size: 2.79 MB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/nojaja/ElectronTerminal)
[](LICENSE)# Electron Terminal

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