https://github.com/acetyld/electrontabel
https://github.com/acetyld/electrontabel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acetyld/electrontabel
- Owner: Acetyld
- Created: 2023-09-24T09:30:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T09:34:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T20:09:52.168Z (over 1 year ago)
- Language: TypeScript
- Size: 414 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-tabel
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
```