百度
谷歌
必应
翻译
GitHub
npm
音乐
图片
前端文档 ( 24 )
前端代码编辑器
by: admin
Node.js
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
by: admin
Vue.js
Vue.js - 渐进式 JavaScript 框架
by: admin
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
by: admin
svelte
Cybernetically enhanced web apps
by: admin
React-Native
A framework for building native apps with React.
by: admin
JavaScript
JavaScript一种直译式脚本语言,是一种动态类型、弱类型、基于原型的语言,内置支持类型。
MDN WebAPI文档:https://developer.mozilla.org/zh-CN/docs/Web/APIMDN JS文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_ObjectsMDN DOM文档:https://developer.mozilla.org/zh-CN/docs/Web/API/Document_Object_ModelMDN 索引:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/ReferenceW3School文档:http://www.w3school.com.cn/jsref/index.aspW3Schools文档(英文)(需翻墙):https://www.w3schools.com/jsref/default.aspES6入门(阮一峰著):http://es6.ruanyifeng.com/
by: admin
CSS
层叠样式表 (Cascading Style Sheets,缩写为 CSS),是一种 样式表 语言,用来描述 HTML 或 XML(包括如 SVG、MathML、XHTML 之类的 XML 分支语言)文档的呈现。
by: admin
HTML
HTML 是一种描述 Web 文档结构和语义的语言;它由元素组成,每个元素可以有一些属性。
by: admin
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
by: admin
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets.
by: admin
babel
Babel is a compiler for writing next generation JavaScript.
by: admin
Linux
Linux常用命令
by: admin
MongoDB
MongoDB 是一个基于分布式文件存储的数据库。由 C++ 语言编写。旨在为 WEB 应用提供可扩展的高性能数据存储解决方案。
by: admin
框架 ( 10 )
端到端测试(E2E)
端到端测试框架
Puppeteer:https://github.com/GoogleChrome/puppeteerCyPress:https://github.com/cypress-io/cypressSelenium:https://github.com/SeleniumHQ/seleniumNightmare:https://github.com/segmentio/nightmareNightwatch:https://github.com/nightwatchjs/nightwatchProtractor:https://github.com/angular/protractorCasperJS:https://github.com/casperjs/casperjsTestCafe:https://github.com/DevExpress/testcafe
by: admin
APP开发
跨平台APP开发常用框架
flutter:https://github.com/flutter/flutterkotlin:https://github.com/JetBrains/kotlinreact-native:https://github.com/facebook/react-nativeionic:https://github.com/ionic-team/ionicmeteor:https://github.com/meteor/meteorweex:https://github.com/apache/incubator-weexuni-app:https://github.com/dcloudio/uni-apprax:https://github.com/alibaba/rax
by: admin
插件 ( 17 )
动画
动画相关插件
anime.js:https://github.com/juliangarnier/animeanimate.css:https://github.com/animate-css/animate.cssmagic.css:https://github.com/miniMAC/magicHover.css:https://github.com/IanLunn/HoverWOW.js:https://github.com/matthieua/WOWScrollReveal.js:https://github.com/jlmakes/scrollreveallottie-web:https://github.com/airbnb/lottie-webdynamics.js:https://github.com/michaelvillar/dynamics.js
by: admin
knex.js
查询构建器,用于 PostgreSQL, MySQL 和 SQLite3
by: admin
函数式编程
具有函数式代表的JavaScript库
by: admin
图片转SVG
图片转SVG色块,用于大色块banner占位
by: admin
工具 ( 40 )
开发工具
前端开发者常用编码软件
Visual Studio Code:https://code.visualstudio.com/Sublime Text:http://www.sublimetext.com/WebStorm:https://www.jetbrains.com/webstorm/Atom:https://atom.io/HBuilder:https://www.dcloud.io/hbuilderx.html微信开发者工具:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.htmlRider(TS):https://www.jetbrains.com/rider/
by: admin
正则表达式
正则表达式通常被用来检索、替换那些符合某个模式(规则)的文本。
by: admin
远程协助
远程支持、远程访问、服务桌面、在线协作和会议
by: admin
Docker
Docker 可以让开发者打包他们的应用以及依赖包到一个轻量级、可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
by: admin
github 国内镜像站点
github 国内镜像站点
by: admin
geojson地图数据相关工具
echarts使用geojson绘制区域地图
by: admin
pnpm
Fast, disk space efficient package manager
by: admin
视觉效果集合
一个专注于前端视觉效果的集合应用,包含CSS动效、Canvas动画、人工智能应用等上百个案例
by: admin
易采集EasySpider
易采集:一个可视化爬虫软件,可以无代码图形化的设计和执行爬虫任务
by: admin
Android ( 8 )
Dart
Dart is a language optimized for client-side development for web and mobile.
by: admin
Kotlin
Kotlin 是一个用于现代多平台应用的静态编程语言,由 JetBrains 开发。Kotlin可以编译成Java字节码,也可以编译成JavaScript,方便在没有JVM的设备上运行。Kotlin已正式成为Android官方支持开发语言。
by: admin
Flutter
Flutter是谷歌的移动UI框架,可以快速在iOS和Android上构建高质量的原生用户界面。
by: admin