1.0.5 • Published 3 years ago

xpx-check v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Vue前端代码检测工具

NPM version

主要功能

功能描述
结构检查按照web代码规范(Vue2.6)页面开发函数顺序
行数检检查超过700警告,超过1000标红提示
文件名称检查只能是字母组合
注释检查判断是否有注释

结构检查

- Ref
- Prop/PropSync
- Provide/ProvideReactive
- Inject/InjectReactive
- get/set
- 变量
- Watch、Emit
- beforeCreate、created 、beforeMount、 mounted、 activated、 deactivated、 beforeUpdate、 updated 
- 页面方法
- beforeDestroy、 destroyed、 errorCaptured、 serverPrefetch

错误提示

-- 错误信息自动合并

avatar

使用方法

  1. 安装

    npm install xpx-check -g
  2. 执行检测

    使用命令窗口,跳转到需要检测的文件夹下,执行下面命令

    xpx-check
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago