https://github.com/acetyld/viteresolvetest
https://github.com/acetyld/viteresolvetest
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/acetyld/viteresolvetest
- Owner: Acetyld
- Created: 2023-10-03T12:09:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T12:09:55.000Z (almost 3 years ago)
- Last Synced: 2026-04-22T00:08:01.475Z (3 months ago)
- Language: TypeScript
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test
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
```