# 网盘 **Repository Path**: wu_youfang/netdisk ## Basic Information - **Project Name**: 网盘 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-10 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🛠 使用的技术栈 - [Electron](https://electronjs.org/) - [electron-vue](https://simulatedgreg.gitbooks.io/electron-vue/content/cn/) - [electron-builder](https://www.electron.build/) - [Vue](https://vuejs.org/) - [VueX](https://vuex.vuejs.org/) - [iView](https://www.iviewui.com/) - [Element](https://element.eleme.io) ## 🛠 使用的插件 - [syntaxhighlighter](https://github.com/syntaxhighlighter/syntaxhighlighter) ## ⌨️ 本地开发 ### 安装依赖 ```bash npm i ``` ### 淘宝的npm源 ```bash npm config set registry 'https://registry.npm.taobao.org' npm config set ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/' ``` npm config set registry https://registry.npmmirror.com npm config set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ npm install chromedriver --chromedriver_cdnurl=https://npmmirror.com/mirrors/chromedriver/ chromedriver 或者使用[Yarn](https://yarnpkg.com/)安装依赖 ### 运行项目 ```bash npm run dev ``` ### 打包项目 ```bash npm run build