摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
摘要:
;(function(global,factory){ typeof exports 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define 'function' && define 阅读全文
摘要:
<style>.layui-header{height:60px}#head-pad{height:60px}.fixed-header{position:fixed;top:0;right:0;left:0}</style> <div class="layui-header" id="dmt-fr 阅读全文
摘要:
仓库地址:https://gitee.com/littleboyck/front.git目录所在位置:router文件夹index.html的<body>中 <div id="app"></div> <script src="./lib/Router.js"></script> view文件夹中新建 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>点击空白处弹窗消失 阅读全文
摘要:
参考连接:https://blog.csdn.net/yw00yw/article/details/81354533 1、先下载好NodeJS,然后输入如下命令安装yarn npm install -g yarn 2、查看版本: yarn --version 3、查看 yarn 默认配置 yarn 阅读全文
摘要:
1、在NodeJS安装位置,新建文件夹node_cache 、node_global 默认情况下,npm的本地仓库在 ~\AppData\Roaming , 如下图所示 2、打开CMD,将其修改为 npm config set prefix "D:\Program Files\nodejs\node 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
摘要:
var kModule = (function(){ var modules = {} ,config = {} ,define = function(deps,factory){ typeof deps == 'function' && ( factory = deps, deps = [] ) 阅读全文
摘要:
var depMods = (function(){ var modules = {}; var defined = function(name,deps,impl){ typeof deps == 'function' && ( impl = deps, deps = [] ) if(deps.l 阅读全文