https://github.com/imomaliev/bmux
Browser/Terminal multiplexer
https://github.com/imomaliev/bmux
babel browser electron eslint terminal tmux typescript vue
Last synced: 2 months ago
JSON representation
Browser/Terminal multiplexer
- Host: GitHub
- URL: https://github.com/imomaliev/bmux
- Owner: imomaliev
- License: mit
- Created: 2019-01-02T09:16:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T19:47:56.000Z (over 6 years ago)
- Last Synced: 2025-02-14T00:17:59.265Z (4 months ago)
- Topics: babel, browser, electron, eslint, terminal, tmux, typescript, vue
- Language: TypeScript
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bmux
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).