5.1.0 • Published 2 years ago

gk-notice v5.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

izitoast.marcelodolce.com

capa

FastResponsiveAnimatedLightweightCustomizableNo dependenciesRetina
alt textalt textalt textalt textalt textalt textalt text
  • All modern browsers are supported (Tested in Chrome, Firefox, Opera, Safari, IE10+ and Edge).
  • Bugs? create an issue here.


Gulp Tasks

The default build task

gulp

Rerun the build task when a file changes

gulp watch

NPM

npm install izitoast --save

Yarn

yarn add izitoast --save

Bower

bower install izitoast --save

Angular 2 (NPM, Github)

npm install ng2-izitoast --save

Vue 2 (NPM, Github)

npm install vue-izitoast --save
yarn add vue-izitoast

GEM

https://github.com/BadAllOff/iziToast-rails

ci cd 规范项目集成eslint commitlint

npm install --save-dev @commitlint/config-conventional @commitlint/cli npm install husky --save-dev https://blog.csdn.net/qq_38290251/article/details/111646491 这段配置告诉了git hooks,当我们在当前项目中执行 git commit -m '测试提交' 时将触发commit-msg事件钩子并通知husky,从而执行 commitlint -E HUSKY_GIT_PARAMS命令,也就是我们刚开始安装的./node_modules/.bin/commitlint,它将读取commitlint.config.js配置规则并对我们刚刚提交的测试提交这串文字进行校验,若校验不通过,则在终端输出错误,commit终止。

webpack模块化打包彻底搞清楚javascript中的require、import和export

Requests that start with a name are treated as module requests and resolve within module directories (node_modules).

放弃glup 使用webpack 发版注意切换npm淘宝镜像

glup 打包 css webpacke 打包js