# electron+vue+sqlite3 **Repository Path**: mdlibs/electron-vue-sqlite3 ## Basic Information - **Project Name**: electron+vue+sqlite3 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-26 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # y > An electron-vue project ### 改项目来自electron-vue 为了导入sqlite 进行 依赖升级 #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build # run unit & end-to-end tests npm test # lint all JS/Vue component files in `src/` npm run lint # install sqlite3 #--target electron 的版本号 npm install sqlite3 --build-from-source --runtime=electron --target=12.0.2 --dist-url=https://atom.io/download/electron ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).