├── .gitignore ├── README.md ├── bootstrap ├── date.html ├── form_layout.html ├── index.html └── lib │ ├── laydate.js │ └── theme │ └── default │ ├── font │ ├── iconfont.eot │ ├── iconfont.svg │ ├── iconfont.ttf │ └── iconfont.woff │ └── laydate.css ├── build ├── gulp-demo │ ├── .gitignore │ ├── gulpfile.js │ ├── package.json │ └── src │ │ ├── css │ │ ├── index.css │ │ └── index.css.map │ │ ├── images │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ └── 3.png │ │ ├── index.html │ │ ├── js │ │ ├── index.js │ │ └── util.js │ │ ├── less │ │ └── index.less │ │ └── page │ │ ├── include │ │ ├── footer.html │ │ └── header.html │ │ └── layout.html ├── gulp │ └── gulptest │ │ ├── .babelrc │ │ ├── css │ │ └── index.css │ │ ├── gulpfile.js │ │ ├── index.html │ │ ├── js │ │ └── index.js │ │ ├── package.json │ │ ├── resource │ │ └── index.js │ │ └── sass │ │ └── index.scss ├── parceldemo │ ├── .babelrc │ ├── .gitignore │ ├── .postcssrc │ ├── css │ │ └── index.css │ ├── img │ │ ├── 1.jpg │ │ ├── capping.jpg │ │ └── hat.jpg │ ├── index.html │ ├── js │ │ ├── index.js │ │ ├── setButton.js │ │ └── setColor.js │ └── package.json └── scss │ ├── app.css │ ├── app.css.map │ ├── app.scss │ ├── components │ ├── _buttons.scss │ ├── _comments.scss │ ├── _footer.scss │ ├── _header.scss │ ├── _navigation.scss │ └── _pagination.scss │ ├── helpers │ ├── _functions.scss │ ├── _mixins.scss │ └── _variables.scss │ ├── index.css │ ├── index.css.map │ ├── index.html │ ├── index.scss │ ├── layout │ └── _responsive.scss │ └── pages │ ├── _about.scss │ ├── _blog.scss │ └── _post.scss ├── components ├── 写一个点赞的组件.html └── 写一个简单组件.html ├── docs ├── .nojekyll ├── README.md ├── _sidebar.md ├── component.txt ├── index.html ├── navigation.md ├── package.json └── zh-cn │ ├── README.md │ ├── _sidebar.md │ ├── navigation.md │ └── reading │ └── daily_reading.md ├── hello-docsify └── docs │ ├── .nojekyll │ ├── README.md │ ├── _coverpage.md │ ├── _sidebar.md │ ├── guide.md │ ├── index.html │ ├── test1.md │ ├── test2.md │ └── zh-cn │ ├── README.md │ ├── _sidebar.md │ ├── guide.md │ ├── test1.md │ └── test2.md ├── hello.txt ├── html5 ├── car │ ├── car.html │ ├── car.json │ └── jsonhandler.html ├── citys │ ├── city.js │ ├── ref │ │ ├── index.html │ │ ├── school-list.js │ │ └── v2 │ │ │ ├── SchoolBox.css │ │ │ ├── SchoolBox.js │ │ │ └── index.html │ └── refdemo │ │ ├── city.js │ │ ├── city02.js │ │ ├── index.html │ │ ├── method01.js │ │ ├── method02.js │ │ ├── method03.js │ │ └── style.css ├── componnents │ └── index.html ├── css3 │ ├── ai │ │ ├── ai-res.html │ │ ├── ai-res2.html │ │ ├── ai.html │ │ ├── ai_event.html │ │ ├── demo.html │ │ ├── gulpfile.js │ │ ├── index.html │ │ ├── package.json │ │ ├── pretest.html │ │ ├── public │ │ │ └── m │ │ │ │ ├── css │ │ │ │ ├── ai-event-5a44f55788.css │ │ │ │ ├── ai-f69f934769.css │ │ │ │ ├── ai-res-0377634de7.css │ │ │ │ ├── ai-res2-b2c0f09ae5.css │ │ │ │ ├── demo-585a71ad43.css │ │ │ │ ├── rev-manifest.json │ │ │ │ └── test-90091b9cd3.css │ │ │ │ ├── img │ │ │ │ ├── ai-enter-avatar.png │ │ │ │ ├── ai-enter-bg.jpg │ │ │ │ ├── ai-enter-loading.png │ │ │ │ ├── ai-test-bg.jpg │ │ │ │ ├── ai-test-bgcar.png │ │ │ │ ├── ai-test-face1.png │ │ │ │ ├── ai-test-face2.png │ │ │ │ ├── ai-test-face3.png │ │ │ │ ├── ai-test-logo.png │ │ │ │ ├── ai-test-namebg.png │ │ │ │ ├── ai-test-pbg1.png │ │ │ │ ├── ai-test-pbg2.png │ │ │ │ ├── ai-test-pbg3.png │ │ │ │ ├── ai-test-pbg4.png │ │ │ │ ├── ai-test-pbg5.png │ │ │ │ ├── ai-test-pic1.jpeg │ │ │ │ ├── ai-test-pic2.jpeg │ │ │ │ ├── ai-test-res-bg.jpg │ │ │ │ ├── ai-test-res-cont-bg.png │ │ │ │ ├── ai-test-res-cont-inner-bg.png │ │ │ │ ├── ai-test-res-namebg.png │ │ │ │ ├── ai-test-res-qrcode.png │ │ │ │ ├── ai-test-res-titlebg.png │ │ │ │ ├── ai-test-res-txt-bg.png │ │ │ │ ├── ai-test-startbg.png │ │ │ │ ├── ai-test-startline.png │ │ │ │ └── ai-test-xiaop.png │ │ │ │ └── lib │ │ │ │ ├── exif.js │ │ │ │ └── html2canvas.js │ │ ├── resources │ │ │ └── m │ │ │ │ ├── img │ │ │ │ ├── ai-enter-avatar.png │ │ │ │ ├── ai-enter-bg.jpg │ │ │ │ ├── ai-enter-loading.png │ │ │ │ ├── ai-test-bg.jpg │ │ │ │ ├── ai-test-bgcar.png │ │ │ │ ├── ai-test-face1.png │ │ │ │ ├── ai-test-face2.png │ │ │ │ ├── ai-test-face3.png │ │ │ │ ├── ai-test-logo.png │ │ │ │ ├── ai-test-namebg.png │ │ │ │ ├── ai-test-pbg1.png │ │ │ │ ├── ai-test-pbg2.png │ │ │ │ ├── ai-test-pbg3.png │ │ │ │ ├── ai-test-pbg4.png │ │ │ │ ├── ai-test-pbg5.png │ │ │ │ ├── ai-test-pic1.jpeg │ │ │ │ ├── ai-test-pic2.jpeg │ │ │ │ ├── ai-test-res-bg.jpg │ │ │ │ ├── ai-test-res-cont-bg.png │ │ │ │ ├── ai-test-res-cont-inner-bg.png │ │ │ │ ├── ai-test-res-namebg.png │ │ │ │ ├── ai-test-res-qrcode.png │ │ │ │ ├── ai-test-res-titlebg.png │ │ │ │ ├── ai-test-res-txt-bg.png │ │ │ │ ├── ai-test-startbg.png │ │ │ │ ├── ai-test-startline.png │ │ │ │ └── ai-test-xiaop.png │ │ │ │ ├── lib │ │ │ │ ├── exif.js │ │ │ │ └── html2canvas.js │ │ │ │ └── scss │ │ │ │ ├── ai-event.scss │ │ │ │ ├── ai-res.scss │ │ │ │ ├── ai-res2.scss │ │ │ │ ├── ai.scss │ │ │ │ ├── demo.scss │ │ │ │ └── test.scss │ │ └── test.html │ ├── ani.html │ ├── autoheight.html │ ├── bg │ │ ├── css │ │ │ ├── component.css │ │ │ ├── demo.css │ │ │ └── normalize.css │ │ ├── img │ │ │ └── demo-1-bg.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── EasePack.min.js │ │ │ ├── TweenLite.min.js │ │ │ ├── demo-1.js │ │ │ └── rAF.js │ ├── clip-path │ │ ├── button.svg │ │ └── clip-path.html │ ├── csscode.txt │ ├── effect │ │ ├── linear.html │ │ └── linear.png │ ├── exp │ │ └── index.html │ ├── filter.html │ ├── imgtransform.html │ ├── index.html │ ├── loading │ │ ├── index.css │ │ └── index.html │ ├── ref │ │ ├── fullpage.html │ │ └── sideshow │ │ │ ├── css │ │ │ ├── component.css │ │ │ ├── demo.css │ │ │ └── normalize.css │ │ │ ├── fonts │ │ │ └── codropsicons │ │ │ │ ├── codropsicons.eot │ │ │ │ ├── codropsicons.svg │ │ │ │ ├── codropsicons.ttf │ │ │ │ ├── codropsicons.woff │ │ │ │ └── license.txt │ │ │ ├── img │ │ │ ├── Thumbs.db │ │ │ ├── demo-1-bg.jpg │ │ │ └── demo-2-bg.jpg │ │ │ ├── index.html │ │ │ ├── index2.html │ │ │ ├── index3.html │ │ │ ├── index4.html │ │ │ └── js │ │ │ ├── EasePack.min.js │ │ │ ├── TweenLite.min.js │ │ │ ├── demo-1.js │ │ │ ├── demo-2.js │ │ │ ├── demo-3.js │ │ │ ├── demo-4.js │ │ │ ├── html5.js │ │ │ └── rAF.js │ ├── scroll.html │ ├── search.html │ ├── skeleton.html │ └── skeleton │ │ ├── list.html │ │ └── skeleton.html ├── effect │ ├── according.html │ ├── accordion │ │ ├── according.html │ │ ├── accordion.css │ │ ├── accordion.scss │ │ └── lib │ │ │ ├── index.js │ │ │ ├── style.css │ │ │ └── translateelement.css │ ├── header.html │ ├── index.html │ ├── index2.html │ ├── lucky │ │ ├── ref │ │ │ ├── Luckdraw.js │ │ │ ├── index.html │ │ │ └── style.css │ │ └── year │ │ │ ├── img │ │ │ └── bg.jpg │ │ │ ├── index.css │ │ │ ├── index.css.map │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ └── index.scss │ ├── ref │ │ └── index.js │ ├── tab.html │ └── tagyun │ │ ├── ref │ │ ├── index.html │ │ └── zzsc.js │ │ ├── ref2 │ │ ├── tagCloud.html │ │ └── tagcloud.js │ │ ├── ref3 │ │ └── tag.html │ │ ├── tag-ref1.html │ │ ├── tag-ref2.html │ │ ├── tag-ref3.html │ │ ├── tag-ref4.html │ │ ├── tag.html │ │ └── tag.plugin.js ├── game │ ├── apple │ │ ├── assets │ │ │ ├── audio │ │ │ │ ├── addscore.mp3 │ │ │ │ ├── bgMusic.mp3 │ │ │ │ └── boom.mp3 │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ ├── bomb.png │ │ │ │ ├── dude.png │ │ │ │ ├── five.png │ │ │ │ ├── green.png │ │ │ │ ├── one.png │ │ │ │ ├── red.png │ │ │ │ ├── three.png │ │ │ │ └── yellow.png │ │ └── index.html │ ├── lib │ │ └── phaser │ │ │ └── 2.6.2 │ │ │ └── phaser.min.js │ └── run │ │ ├── assets │ │ └── images │ │ │ ├── background.jpg │ │ │ ├── badi.png │ │ │ ├── bk.jpg │ │ │ ├── btn-ready.png │ │ │ ├── buddy.png │ │ │ └── ground.jpg │ │ └── index.html ├── h5game │ ├── gulpfile.js │ ├── index.html │ ├── package.json │ ├── public │ │ └── m │ │ │ ├── audio │ │ │ ├── addscore.mp3 │ │ │ ├── bgMusic.mp3 │ │ │ └── boom.mp3 │ │ │ ├── css │ │ │ ├── index-59a8f2bd30.css │ │ │ ├── rev-manifest.json │ │ │ └── test-fd4e1e85b5.css │ │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── bomb.png │ │ │ ├── dude.png │ │ │ ├── five.png │ │ │ ├── green.png │ │ │ ├── one.png │ │ │ ├── red.png │ │ │ ├── three.png │ │ │ └── yellow.png │ │ │ └── lib │ │ │ ├── hilo-standalone.min.js │ │ │ ├── phaser2.11.1.min.js │ │ │ └── phaser3.16.2.min.js │ ├── resources │ │ └── m │ │ │ ├── audio │ │ │ ├── addscore.mp3 │ │ │ ├── bgMusic.mp3 │ │ │ └── boom.mp3 │ │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── bomb.png │ │ │ ├── dude.png │ │ │ ├── five.png │ │ │ ├── green.png │ │ │ ├── one.png │ │ │ ├── red.png │ │ │ ├── three.png │ │ │ └── yellow.png │ │ │ ├── lib │ │ │ ├── hilo-standalone.min.js │ │ │ ├── phaser │ │ │ │ └── 2.6.2 │ │ │ │ │ └── phaser.min.js │ │ │ ├── phaser2.11.1.min.js │ │ │ └── phaser3.16.2.min.js │ │ │ └── scss │ │ │ ├── index.scss │ │ │ └── test.scss │ └── test │ │ ├── hilodemo.html │ │ └── phaserdemo.html ├── images │ ├── line.png │ └── line_active.png ├── jsgame │ └── plane │ │ ├── css │ │ └── main.css │ │ ├── image │ │ ├── background_1.png │ │ ├── bong.gif │ │ ├── enemy3_fly_1.png │ │ ├── myplane.gif │ │ └── startbg.png │ │ ├── index.html │ │ └── js │ │ └── main.js ├── lucky │ ├── img │ │ ├── bg.png │ │ ├── bg2.png │ │ ├── box.png │ │ ├── btn.png │ │ ├── cj_bg1.png │ │ ├── cj_bg2.png │ │ ├── cj_border1.png │ │ ├── cj_border2.png │ │ ├── cj_prize.png │ │ ├── cj_start.png │ │ └── face.png │ ├── js │ │ └── jquery.rotate.min.js │ └── lucky.html ├── shipei │ └── vmvh.html ├── slideshow │ ├── img │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── example.png │ ├── index.html │ ├── slide2.html │ ├── slide3.html │ ├── slide4.html │ ├── slide5.html │ ├── swiper.html │ ├── swiper3.4.html │ └── swiperdemo.html ├── t │ ├── CSS 实现三角形的2种方法(1).html │ ├── CSS 实现三角形的2种方法(2).html │ ├── CSS实现图片模糊效果.html │ ├── CSS实现带遮罩效果的弹出对话框.html │ ├── anchor.html │ ├── box-sizing用法.html │ ├── css3实现翻书动画效果.html │ ├── css动画.html │ ├── html5.html │ ├── htmlparse.html │ ├── layout_res.html │ ├── lib │ │ └── webpjs-0.0.2.min.js │ ├── placeholder.html │ ├── scroll.html │ ├── select.html │ ├── select2.html │ ├── select3.html │ ├── table自定义样式.html │ ├── timeline.html │ ├── timeline_ref.html │ ├── video.html │ ├── video2.html │ ├── webp.html │ ├── 数字滚动效果.html │ └── 文本超出显示省略号.html └── table │ ├── data.json │ ├── sourcedata.json │ ├── table.html │ ├── test.html │ ├── test2.html │ └── test3.html ├── img ├── chinamap.png ├── chinamap2.png ├── flow1.png ├── flow2.png ├── flow3.png ├── flow4.png ├── flow5.png ├── order1.png ├── order2.png └── order3.png ├── index.html ├── javascript ├── 2019 │ ├── base.js │ ├── index.html │ ├── page.html │ ├── test.js │ └── throttle.html ├── amd │ ├── a.js │ ├── b.js │ ├── base.js │ ├── index.html │ ├── lib │ │ └── do.min.js │ └── utils.js ├── es6 │ └── index.html ├── jquery │ ├── jq.html │ └── jqplugin │ │ ├── index.html │ │ ├── jquery.myplugin.js │ │ └── jquery.myplugin2.js ├── lazyimg │ ├── index.html │ ├── index2.html │ ├── indexx.html │ ├── jieliu.html │ └── t1.jpeg ├── loop │ └── index.html ├── mockjs │ └── mockdata.html ├── mymvvm │ ├── index.html │ ├── mvvm.js │ ├── observe.html │ └── observe.js ├── o │ ├── IIFE.html │ ├── call&apply用法.html │ ├── callback回调函数.html │ ├── changeJson.html │ ├── document.html │ ├── es5实现es6的map字典.html │ ├── flatten嵌套数组扁平化处理.html │ ├── index.html │ ├── js变量提升.html │ ├── js深拷贝.html │ ├── js闭包.html │ ├── js闭包2.html │ ├── map数组遍历.html │ ├── monitor.html │ ├── settimeout.html │ ├── urlparser.js │ ├── 使用js实现文字在页面中一个个显示.html │ ├── 原型链继承.html │ ├── 快速排序.html │ ├── 数组排序.html │ ├── 日历.html │ └── 自执行匿名函数.html ├── plugins │ ├── fullpage │ │ ├── demo01.html │ │ ├── images │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── 4.jpg │ │ └── index.html │ ├── ramda │ │ └── index.html │ └── scrollreveal │ │ └── scrollreveal.html └── promise │ ├── all.html │ ├── ball.html │ ├── ball_promise.html │ └── index.html ├── n.txt ├── node ├── hello-koa │ ├── app.js │ ├── package.json │ └── static │ │ ├── china.json │ │ └── user.html ├── javascript │ ├── fileRead.js │ └── package.json └── note.txt ├── parceldemo ├── .cache │ ├── 14ceecbd50b352ff792280c1a2615d19.json │ ├── 30a85f72c37df99f0853797175ba61f2.json │ ├── 3637806b98ee7bb28dd90ce5f2a98db0.json │ ├── 40e9df4c3b1cf6507332c839e15e160b.json │ ├── 41ec615e4703247e5e3bbe66ba57633c.json │ ├── 5b0c2d0bbc05d37ed4367908701ea6a5.json │ ├── 6b2a2ad215106a471f010860de4237fd.json │ ├── 7c0de988209aa3b96565d7c0bfa25f36.json │ ├── 7e08bdfe80eae05f14c85dcb64cd8990.json │ ├── 917289c42460f3d5ba5e00098afbeb15.json │ ├── 9b9cc9cf9b9a7d40acccd5c340794559.json │ ├── ae190f18c778309fb2f2865db55ce014.json │ ├── c1e60f318802ae5d02f0b362fb27e60a.json │ ├── cd736a10468f094af84dda344911760e.json │ ├── d0336821e9483c4fcbae8a88a4daae53.json │ ├── d1c8b1557255c9631ed09150492a490d.json │ └── fdbbadad15bfb17554ade1fd6d3a032f.json └── dist │ ├── capping.22e4387d.jpg │ ├── capping.54453d73.jpg │ ├── css.16cbd1bc.css │ ├── css.d5b71a78.css │ ├── css.d5b71a78.js │ ├── css.d5b71a78.map │ ├── hat.9baa57f4.jpg │ ├── hat.ae45d035.jpg │ ├── index.html │ ├── js.23d59d51.js │ ├── js.23d59d51.map │ ├── js.fe169229.js │ └── js.fe169229.map ├── plugins ├── antv │ ├── chinamap.html │ ├── data.js │ ├── index.html │ ├── index.js │ └── map.html ├── d3 │ ├── china.json │ ├── d3.v3.min.js │ ├── index.html │ ├── map.html │ ├── map.js │ ├── map2.html │ ├── mapref.html │ └── math.min.js ├── echarts │ ├── index.html │ ├── index2.html │ ├── index3.html │ └── theme │ │ └── macarons.js ├── heatmap │ ├── data.js │ ├── index.html │ └── index2.html ├── html2canvas │ └── index.html ├── lib │ ├── html2canvas.js │ ├── html2canvas.min.js │ └── vue.min.js ├── map │ ├── chinaMapConfig.js │ ├── index.html │ ├── lib │ │ └── raphael-min.js │ ├── map.js │ └── worldMapConfig.js ├── math.html ├── nprogress │ └── index.html ├── requirejs │ ├── index.html │ ├── js │ │ ├── a.js │ │ └── util.js │ └── main.js └── seajs │ ├── index.html │ ├── init.js │ ├── js │ ├── M1.js │ └── M2.js │ └── lib │ └── jquery.min.js ├── react ├── hello-react │ ├── .gitignore │ ├── README.md │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── components │ │ ├── C1.css │ │ ├── C1.js │ │ ├── C2.css │ │ ├── C2.js │ │ └── C3.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ └── serviceWorker.js ├── todolist-react │ ├── .gitignore │ ├── README.md │ ├── config │ │ ├── env.js │ │ ├── jest │ │ │ ├── cssTransform.js │ │ │ └── fileTransform.js │ │ ├── paths.js │ │ ├── webpack.config.js │ │ └── webpackDevServer.config.js │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ ├── scripts │ │ ├── build.js │ │ ├── start.js │ │ └── test.js │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── components │ │ ├── AppForm.js │ │ ├── AppList.js │ │ ├── AppTabs.js │ │ └── AppTodos.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ └── serviceWorker.js └── todolist-redux │ ├── .gitignore │ ├── README.md │ ├── package.json │ ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json │ └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── components │ ├── ComA.js │ └── ComB.js │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── serviceWorker.js │ └── store │ ├── actions.js │ ├── index.js │ └── reducers.js ├── server ├── app.js ├── package.json └── static │ ├── index.html │ ├── optionslide.html │ ├── optionslide.plugin.js │ ├── swiper.html │ ├── swiper0.html │ ├── swiper1.html │ ├── swiper2.html │ ├── tag │ ├── index.html │ └── zzsc.js │ ├── tag1.html │ └── user.html ├── shelldemo ├── gitautopush.sh ├── test1.sh └── test2.sh ├── sql └── ref │ ├── demo.sql │ └── sql.txt ├── src ├── 01 │ ├── images │ │ └── hb_1.jpg │ ├── index.html │ └── test.html ├── 02 │ ├── css │ │ └── index.css │ ├── index.html │ └── js │ │ └── index.js └── 03 │ └── index.html ├── static.html ├── static ├── css │ └── main.css └── images │ ├── CSS 实现三角形的2种方法1.png │ ├── CSS 实现三角形的2种方法2.png │ ├── CSS实现图片模糊效果.png │ ├── CSS实现带遮罩效果的弹出对话框.png │ ├── demo_checkbox_radio.gif │ ├── demo_upload.gif │ └── scroll.png ├── test ├── animation.html ├── index.html ├── pre.html ├── swiperl.html ├── t.html ├── table1.html ├── table2.html └── test.html ├── vuejs ├── checkbox.html ├── checkbox2.html ├── components │ └── dialog.html ├── doc.txt ├── img │ └── icon.png ├── index.html ├── index2.html ├── mult-page │ ├── .gitignore │ ├── README.md │ ├── babel.config.js │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── page1.html │ │ └── page2.html │ ├── src │ │ ├── assets │ │ │ └── logo.png │ │ ├── components │ │ │ └── HelloWorld.vue │ │ └── pages │ │ │ ├── index │ │ │ ├── App.vue │ │ │ ├── main.js │ │ │ ├── router.js │ │ │ ├── store.js │ │ │ └── views │ │ │ │ ├── About.vue │ │ │ │ └── Home.vue │ │ │ ├── page1 │ │ │ ├── App.vue │ │ │ ├── main.js │ │ │ ├── router.js │ │ │ ├── store.js │ │ │ └── views │ │ │ │ ├── About.vue │ │ │ │ └── Home.vue │ │ │ └── page2 │ │ │ ├── App.vue │ │ │ ├── main.js │ │ │ ├── router.js │ │ │ ├── store.js │ │ │ └── views │ │ │ ├── About.vue │ │ │ └── Home.vue │ └── vue.config.js ├── nuxtd │ ├── .editorconfig │ ├── .eslintrc.js │ ├── .gitignore │ ├── .prettierrc │ ├── README.md │ ├── assets │ │ └── README.md │ ├── components │ │ ├── Logo.vue │ │ └── README.md │ ├── layouts │ │ ├── README.md │ │ └── default.vue │ ├── middleware │ │ └── README.md │ ├── nuxt.config.js │ ├── package.json │ ├── pages │ │ ├── README.md │ │ ├── about.vue │ │ └── index.vue │ ├── plugins │ │ └── README.md │ ├── server │ │ └── index.js │ ├── static │ │ ├── README.md │ │ └── favicon.ico │ └── store │ │ └── README.md ├── paging.html ├── paging2.html ├── vue-components │ ├── .babelrc │ ├── .editorconfig │ ├── .eslintignore │ ├── .eslintrc.js │ ├── .gitignore │ ├── .postcssrc.js │ ├── README.md │ ├── build │ │ ├── build.js │ │ ├── check-versions.js │ │ ├── logo.png │ │ ├── utils.js │ │ ├── vue-loader.conf.js │ │ ├── webpack.base.conf.js │ │ ├── webpack.dev.conf.js │ │ └── webpack.prod.conf.js │ ├── config │ │ ├── dev.env.js │ │ ├── index.js │ │ ├── prod.env.js │ │ └── test.env.js │ ├── img │ │ └── paging.png │ ├── index.html │ ├── package.json │ ├── src │ │ ├── App.vue │ │ ├── Index.vue │ │ ├── assets │ │ │ └── logo.png │ │ ├── components │ │ │ ├── HelloWorld.vue │ │ │ └── Paging.vue │ │ ├── main.js │ │ └── router │ │ │ └── index.js │ ├── static │ │ └── .gitkeep │ └── test │ │ ├── e2e │ │ ├── custom-assertions │ │ │ └── elementCount.js │ │ ├── nightwatch.conf.js │ │ ├── runner.js │ │ └── specs │ │ │ └── test.js │ │ └── unit │ │ ├── .eslintrc │ │ ├── jest.conf.js │ │ ├── setup.js │ │ └── specs │ │ └── HelloWorld.spec.js └── vuex │ └── hellovuex.html └── ydt ├── .gitignore ├── README.md ├── build.sh ├── mock ├── data.json ├── index.js └── router.js ├── package.json ├── server └── index.js ├── src ├── api │ ├── config.js │ └── index.js ├── app │ ├── App.vue │ ├── index.html │ ├── main.js │ ├── router │ │ └── index.js │ └── views │ │ └── Index.vue ├── assets │ ├── app.less │ ├── base │ │ └── index.less │ ├── examples │ │ ├── app.less │ │ └── web.less │ ├── normalize │ │ └── index.less │ └── web.less ├── components │ └── Index.vue ├── examples │ ├── app │ │ ├── App.vue │ │ ├── index.html │ │ ├── main.js │ │ ├── router │ │ │ └── index.js │ │ └── views │ │ │ └── Index.vue │ └── web │ │ ├── index.html │ │ └── index.js ├── utils │ └── test.js └── web │ ├── index.html │ └── index.js └── static ├── .gitkeep └── img └── logo.png /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | ./node/node_modules/ 3 | .DS_Store 4 | # 任意层文件下node_modules 5 | **/node_modules/ 6 | **/package-lock.json 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # fozero的个人博客 2 | 3 | 用于总结自己平时工作和学习中的经验。[线上地址](http://blog.diankr.cn) 4 | 5 | 订阅请 watch, 收藏点赞请 star, fork 好像没必要 6 | 7 | 8 | 9 | # 文章索引 -------------------------------------------------------------------------------- /bootstrap/lib/theme/default/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/bootstrap/lib/theme/default/font/iconfont.eot -------------------------------------------------------------------------------- /bootstrap/lib/theme/default/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/bootstrap/lib/theme/default/font/iconfont.ttf -------------------------------------------------------------------------------- /bootstrap/lib/theme/default/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/bootstrap/lib/theme/default/font/iconfont.woff -------------------------------------------------------------------------------- /build/gulp-demo/.gitignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | node_modules/ 3 | rev/ 4 | package-lock.json -------------------------------------------------------------------------------- /build/gulp-demo/src/css/index.css: -------------------------------------------------------------------------------- 1 | a { 2 | border-radius: 5px; 3 | } 4 | .win { 5 | -webkit-transform: translateX(-50%); 6 | transform: translateX(-50%); 7 | } 8 | .header { 9 | background: red; 10 | color: red; 11 | } 12 | .main { 13 | font-size: 18px; 14 | color: red; 15 | } 16 | .main__login { 17 | border: 1px solid #eee; 18 | width: 400px; 19 | height: 310px; 20 | color: red; 21 | } 22 | .main__login__item { 23 | margin-top: 20px; 24 | } 25 | 26 | /*# sourceMappingURL=index.css.map */ 27 | -------------------------------------------------------------------------------- /build/gulp-demo/src/css/index.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA;EACE,mBAAmB;CACpB;AACD;EACE,oCAA4B;UAA5B,4BAA4B;CAC7B;AACD;EACE,gBAAgB;EAChB,WAAW;CACZ;AACD;EACE,gBAAgB;EAChB,WAAW;CACZ;AACD;EACE,uBAAuB;EACvB,aAAa;EACb,cAAc;EACd,WAAW;CACZ;AACD;EACE,iBAAiB;CAClB","file":"index.css","sourcesContent":["a {\n border-radius: 5px;\n}\n.win {\n transform: translateX(-50%);\n}\n.header {\n background: red;\n color: red;\n}\n.main {\n font-size: 18px;\n color: red;\n}\n.main__login {\n border: 1px solid #eee;\n width: 400px;\n height: 310px;\n color: red;\n}\n.main__login__item {\n margin-top: 20px;\n}\n"]} -------------------------------------------------------------------------------- /build/gulp-demo/src/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/build/gulp-demo/src/images/1.jpg -------------------------------------------------------------------------------- /build/gulp-demo/src/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/build/gulp-demo/src/images/2.jpg -------------------------------------------------------------------------------- /build/gulp-demo/src/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozero/frontcode/c934d9d08782ff35e5e48de62a07427de8392492/build/gulp-demo/src/images/3.png -------------------------------------------------------------------------------- /build/gulp-demo/src/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |这是 layout 的内容
10 | @@include('include/footer.html') 11 | 12 | -------------------------------------------------------------------------------- /build/gulp/gulptest/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["es2015"] 3 | } -------------------------------------------------------------------------------- /build/gulp/gulptest/css/index.css: -------------------------------------------------------------------------------- 1 | .container .section { 2 | color: #fff; 3 | background: #fff; 4 | font-size: 60px; 5 | -webkit-box-sizing: border-box; 6 | box-sizing: border-box; 7 | -webkit-transform: rotate(30deg); 8 | transform: rotate(30deg); } 9 | -------------------------------------------------------------------------------- /build/gulp/gulptest/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |点击给大佬戴帽:
12 | 13 |飞机大战分数
26 |0
27 | 28 |
9 |
15 |
16 |
28 |
29 |
--------------------------------------------------------------------------------
/html5/t/placeholder.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |