@jeffjade
2017-08-01T20:42:12.000000Z
字数 2311
阅读 1345
Front-End
codepen
http://codepen.io/sashatran/pen/WpbGEE
http://codepen.io/lukerichardville/pen/bqNBmz
http://codepen.io/dubrofm/pen/EWaNEK
http://codepen.io/_massimo/pen/yMyQyy?editors=1111
前端利器
http://realfavicongenerator.net/
Login Api Using Node
http://blog.slatepeak.com/refactoring-a-basic-authenticated-api-with-node-express-and-mongo/
http://click.dji.com/AKx2rc0IYJRdYSS4gR0?pm=link&as=0001
前端圈-江湖录|http://sentsin.com/daohang/
淘宝前端团队(FED)|http://taobaofed.org/
世平阜康-FrontEndGuide|http://luuman.github.io/FrontEndGuide/V1/index.html#page_0
我是翁天信|https://www.dandyweng.com/
: Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: https://d3js.org
animate.css: A cross-browser library of CSS animations. As easy to use as an easy thing
Hover.js: A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS
bouncejs: Create beautiful CSS3 powered animations in no time
scrollrevealjs: 界面元素以动画方式进入 viewport(页面滚动动画)
ScrollMagic: The javascript library for magical scroll interactions
WOW.js: Reveal CSS animation as you scroll down a page http://mynameismatthieu.com/WOW/
textillate.js: A simple plugin for CSS3 text animations http://textillate.js.org
oridomi:纸张折叠效果动画;
parallax.js: Parallax Engine that reacts to the orientation of a smart device http://wagerfield.github.io/parallax/
move.js: CSS3 backed JavaScript animation framework http://visionmedia.github.com/move.js/
AnimatedCheckboxes
AnimatedLetters
Css Arrow Generator|cssarrowplease
Make Resquest Loading Animation|http://loading.io/
Vue Select: A native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.View GitHub.
非常好用的一款 Vue 插件,可以实现下拉选择框单选、多选、远程获取、以及选择搜索等等;可以在 进行试用jsbin_vue-select体验学习。
使用 eleme
UI中upload像这样,将会出现如下错误:
computed: {
uploadUrl: function () {
return this.defUploadUrl + this.formId
}
},
[Vue warn]: existing instance property "uploadUrl" will be overwritten by a computed property with the same name
1.渲染简单数据到DOM
http://jsbin.com/hutigu/3/edit?html,output
2.在模板中调⽤用⽅方法
http://jsbin.com/hutigu/3/edit?html,output