# TextVerity **Repository Path**: yanglings/text-verity ## Basic Information - **Project Name**: TextVerity - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-15 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-webpack-vue ## Getting Started Simply clone down this repository, install dependencies, and get started on your application. The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`. ```bash # copy template using git clone git clone https://gitee.com/invictuspm/electron-webpack-vue.git cd electron-webpack-vue rm -rf .git # install dependencies yarn ``` ### Development Scripts ```bash # run application in development mode yarn dev # compile source code and create webpack output yarn compile # `yarn compile` & create build with electron-builder yarn dist # `yarn compile` & create unpacked build with electron-builder yarn dist:dir ```