Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-es/git-aether2
デスクトップ Git クライアント(Electron+Vue)
https://github.com/jay-es/git-aether2
electron vue
Last synced: 11 days ago
JSON representation
デスクトップ Git クライアント(Electron+Vue)
- Host: GitHub
- URL: https://github.com/jay-es/git-aether2
- Owner: jay-es
- Created: 2019-03-10T15:22:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T20:03:22.000Z (almost 4 years ago)
- Last Synced: 2024-12-20T09:03:29.765Z (14 days ago)
- Topics: electron, vue
- Language: Vue
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-aether2
## 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
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).