# cvep **Repository Path**: Guohear/cvep ## Basic Information - **Project Name**: cvep - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

npm package

# CVEP ### Create the Electron project based on the next generation development server vite and vue3. > Project use vite2.0,vue3, and the latest electron.Additional items to be added such as ElementPlus, Vuex, etc. > > **Compatibility Note:** Vite requires [Node.js](https://nodejs.org/en/) version >=12.0.0. - ⏱ Quickly create a project - ⚡️ Lightning Fast HMR - 🛠️ Dev&&Build - 📦 No configuration ## >Use With NPM: ``` $ npm install cvep -g ``` With Yarn: ``` $ yarn global add cvep ``` Then follow the prompts! ``` cvep //Follow the flow ``` or ``` cvep - ``` | arg | description | | ------------------ | ----------------------------------- | | -J \| --javascript | Based on Javascript create Project | | -T \| --typescript | Based on typescript create Project | At this point the project is created! ## >Dev And Build Use ViteConfig to build and develop the VUE !!! Use the PackageJson Build attribute to package the project !!! With NPM: ``` $ npm run dev $ npm run build ``` With Yarn: ``` $ yarn dev $ yarn build ```