# devtool **Repository Path**: ofix/devtool ## Basic Information - **Project Name**: devtool - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron + Vue3 + Vite + Element-plus Template (Optimized Version) Use this template to bootstrap​ your Electron​ application with Vue 3​ and Element Plus​ in minutes. ## Recommended IDE [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and hot-reload for development ```sh npm run dev ``` ### Compile renderer code use vite ```sh npm run build ``` ### Compile unpackaged application for production ```sh npm run package ``` ### Package your application for distribution ```sh npm run make ```