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.

49 lines
623 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#### 前端技术
- 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