# vite-vue-electron-ts-starter **Repository Path**: iz/vite-vue-electron-ts-starter ## Basic Information - **Project Name**: vite-vue-electron-ts-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2023-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Typescript + Vite (+ Electron + Eslint + Prettier) This template is based off the default vite template for Vue 3 and Typescript. This has been further configured to work with Electron (16) with linting and formatting by ESLint and Prettier. ## Usage Take a look at the scripts defined in `package.json`. ### Development: 1. Run `yarn vite:dev` to start the vite development server. 2. Run `yarn electron:watch` to watch and compile the `src/main` code. 3. Run `yarn electron:dev` to start the development electron instance using the output from above. ## Original Vite README This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `