https://github.com/nice-winter/winterstoolbox
https://github.com/nice-winter/winterstoolbox
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nice-winter/winterstoolbox
- Owner: nice-winter
- Created: 2025-10-11T15:18:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-18T17:51:35.000Z (8 months ago)
- Last Synced: 2025-12-31T03:35:30.989Z (5 months ago)
- Language: TypeScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-electron-vue
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)
## 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
```