# 定时器系统 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### Solve the problem 定时器系统-安装依赖,启动,打包篇 安装依赖过程中先装根目录下的package.json,接着也要安装 dist_electron下的package.json 1,doone-electron 打包过程中 会出现找不到模块,依赖,不是内部命令 不能执行 比如 vue/cli-service 注意重新安装yarn add @vue/cli-service 2,出现进程占用 注意先关闭当前已打开的程序 3,出现.dl等提示程序阻拦 注意让系统允许该程序文件执行 不要拦截 4,最终大法,如果一直报错提示依赖没装好 可以直接删node_modules 重新安装