fixed layui-layer
npm install fix-dependency-layui-layerA npm version of layerjs from layui
npm:``sh`
npm i --save layui-layer
`javascript`
require("layui-layer");
layer.alert('Great!');
when require layerui-layer, layer becomes a global object.
The styles are packed together
`html`
The styles are packed together
`javascript``
layer.alert('Great!');
find more at http://www.layui.com/doc/modules/layer.html