摘要: 1. 基本安装及命令 npm config set registry https://registry.npm.taobao.org // 淘宝镜像npm install webpack-cli -g // 安装之后才能 webpack -v webpack index.js -o out.js / 阅读全文
posted @ 2019-07-28 22:15 justSmile2 阅读(168) 评论(0) 推荐(0)
摘要: jq 加载三种写法 $(document).ready(function() { // ...代码... }) //document ready 简写 $(function() { // ...代码... }) $(document).load(function() { // ...代码... }) 阅读全文
posted @ 2019-07-28 15:33 justSmile2 阅读(163) 评论(0) 推荐(0)
摘要: 1. bootstrap 的 less 版本 2.less 文件分布 /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https:// 阅读全文
posted @ 2019-07-28 00:09 justSmile2 阅读(581) 评论(0) 推荐(0)