You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

623 B

前端技术

  • electron
  • Webpack
  • node

项目下载和运行

  • 安装cnpm
npm install -g cnpm -registry=https://registry.npm.taobao.org
  • 安装依赖
cnpm install
  • 开发模式运行
npm start
  • 编译项目
npm run build

其他说明

  • 需要先安装cnpm,再初始化项目,不然会出现依赖安装失败的情况

附属文档

  • 其他待补充...

@vue/cli 升级后eslint 规则更新了。由于影响到全部 .vue 文件,需要逐个验证。既暂时关闭部分原本不验证的规则,后期维护时,在逐步修正这些 rules