Front end
Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.
-
- Sign up for GitHub or sign in to edit this page
Here are 4,968 public repositories matching this topic...
Interaction names longer than about 30 characters are truncated without tooltips and so cannot be seen. If you go to the "Interactions" tab of the profiler, both the left-hand column and the right-hand sidebar are of fixed size and show a truncated name.
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
-
Updated
Oct 16, 2019 - 665 commits
- JavaScript
Manually curated collection of resources for frontend web developers.
-
Updated
Oct 16, 2019 - 390 commits
A high quality UI Toolkit built on Vue.js 2.0
-
Updated
Oct 16, 2019 - 2 commits
- Vue
飞冰物料web3.0-组件-dynamic-icon文档跳转地址错误
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Oct 16, 2019 - 343 commits
- JavaScript
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
A tool for developing, distributing and collaborating over reusbale components. Easily share code across projects as a team.
-
Updated
Oct 16, 2019 - 4 commits
- TypeScript
An enterprise-class UI components based on Ant Design and Vue. 🐜
-
Updated
Oct 16, 2019 - 2 commits
- Vue
A continuously expanded list of frameworks, libraries and tools I used/want to use for building things on the web. Mostly JavaScript.
-
Updated
Oct 15, 2019 - 449 commits
Monkey testing library for web apps and Node.js
-
Updated
Oct 16, 2019 - 162 commits
- JavaScript
Minimalistic but perfect custom scrollbar plugin
-
Updated
Oct 16, 2019 - 667 commits
- JavaScript
🍞📅A JavaScript calendar that has everything you need.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家)
-
Updated
Oct 16, 2019 - 415 commits
- JavaScript
Material Design for Bootstrap - Powerful and free UI KIT for Bootstrap 4
-
Updated
Oct 16, 2019 - 157 commits
- JavaScript
I have found a couple of things (so far) not mentioned in the upgrade guide:
- filter of a CollectionView is now viewFilter and parameters have changed
{ sort:false }
on a CollectionView should now be{sortWithCollection: false}
Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.
Growth Engineering: The Definitive Guide。全栈增长工程师指南
-
Updated
Oct 16, 2019 - 638 commits
- HTML
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
when i import this file in .vue, there are many wrong because of eslint.
when i use it through script, the browser got ZeroClipbard is not defined....
:octocat:GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
-
Updated
Oct 16, 2019 - 34 commits
- PHP
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-xy3xki?file=src%2Fapp%2Fapp.component.html
Steps to reproduce
Open the web
What is expected?
Expected that there should be information about importing NzTypographyModule
What is actually happening?
There is none
💼 A curated list of technical talks and articles about real world enterprise frontend development
-
Updated
Oct 16, 2019 - 245 commits
What problem does this feature solve?
I just spent way too long debugging something really weird until I realized I accidentally wrote
:v-if
instead ofv-if
.A warning when wrongly using shorthands like
:
on "native" vue attributes could prevent this bad experience easily.What does the proposed API look like?
:v-if="foo"
--> console.warn("You specified v-bind:/ v-on: