-
Vue Code Review
- Mind map for Vue
- References
-
Weex2Vue Tools
- Weex2Vue Tools
- Webpack config file for weex2vue.
- Optimize official webpack config. Add virtual files for vue entries. (优化官方webpack配置,使用虚拟文件作为vue-entry。)
- FooterPlugin for debugging js code. (给JS源文件添加调试注释)
- px-loader for weex css. (给weex文件的无单位数字添加px)
- weex2vue: transform weex files to vue files. (批量转换weex文件为vue文件)
- Webpack config file for weex2vue.
- Weex2Vue Tools
-
Webpack Usage
- How to use webpack?
- Simple Example.
- Split CSS from bundle.
- Split common module from bundle.
- How to use
presets-env
? - How to write a simple webpack-plugin?
- How to use webpack?
-
笔记:阿里、网易、滴滴共十次前端面试碰到的问题
前言
虽然我很讨厌whiteboards面试,但我还是决定整理一下。毕竟,作为几年前端的我,看到这些题目确实有点虚。。。一直在创业公司工作,知识体系的特点是大、散、浅,来一个问题,解决一个问题,然后没后续了 。相比大企业的小、专、精,还是需要努力努力的(如果想转大公司的话)。
-
Simple SVG
SVG for resume
-
Chrome Extension
Get last focused window.
-
Proxy List
Check Proxies’ Availability.
-
Something About Virtual Dom
Virtual Dom is great! But, actually, I do think it’s should be optimized by the browsers itself not some stuff like JS.
-
Best component-based framework
Best component based framework
What we can choose ?
-
templates
Templates
Here is an image comes form art-template.
-
Weex bugs on windows
Cannot resolve module
-
jekyll notes
Install jekyll. Steps for Windows.
-
Note: You Don't Know JS
To see list
- Up & Going
- Foreword
- Preface
- Chapter 1: Into Programming
- Chapter 2: Into Javascript
- Chapter 3: Into YDKJS
- Scope & Closures
- this & Object Prototypes
- Types & Grammer
- Async & Performance
- ES6 & Beyond
- Up & Going
-
Feedback Systems
Feedback systems summary
-
Electorn Note
Install electron
set ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install electron --save-dev
-
HTML tips
inline
-
HTML tips
HTML Page -
Single file learning: Promise
Promise
-
Hiring without whiteboards
This is inspired by Hiring-without-whiteboards.
-
Graphql Visualization
Requirements
- Install
graphviz
form graphviz.org, add it toPATH
- Install
graphqlviz
bynpm install -g graphqlviz
- Install