https://github.com/signitdoc/litescreencraft
基于electron的开源录屏客户端
https://github.com/signitdoc/litescreencraft
Last synced: over 1 year ago
JSON representation
基于electron的开源录屏客户端
- Host: GitHub
- URL: https://github.com/signitdoc/litescreencraft
- Owner: SignitDoc
- License: mit
- Created: 2025-01-17T06:33:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T10:44:08.000Z (over 1 year ago)
- Last Synced: 2025-01-17T11:31:55.884Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-app
An Electron application with Vue and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```