Resources for Web Development
[TOC]
This post shows some resources helpful in web development.
Front end
Design
Semantic UI
CDN:
js: https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css
css: https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js
Ant Design
Tool
dom-to-image
Ref:https://github.com/tsayen/dom-to-image
example:
1 | function clickButton() { |
Other
cdnjs
A website to search for CDN resources.