Skip to content

tyler4400/vue-commitlint

Repository files navigation

平时vue的练习demo

重写console

src/views/NewConsole/index.vue

vue-promise的使用

代码: src/views/vue-promised/index.vue

需要开启后台服务:node/server/index.js

HOC

src/views/HOC/index.vue

vue-commitlint

使用开箱即用的代码提交规范的一个示例 生成的changelog有点问题

还可以参考这个,比较全面

本项目还用来寻找日志输出工具,先是用了consola

然后用了debugout,效果不是很好,不支持level,而且很久没有维护了。

然后使用了vue-pretty-logger,看起来很不错,然而发现局限也很大,且华而不实。

下面两个可以让整个网页可编辑,不用审查元素 document.designMode = 'on' document.body.contentEditable = true;

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

About

commit msg的规范

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published