diff --git a/doc/javascript.md b/doc/javascript.md index a44a96e82ceb305b4f24cf346699206b524bfa24..679a25352020726a59a5ec2a520a37849e628dca 100644 --- a/doc/javascript.md +++ b/doc/javascript.md @@ -2,21 +2,13 @@ [https://github.com/ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) Clean Code concepts adapted for JavaScript -## 第三方库 +[TypeScript 中文手册](https://typescript.bootcss.com/) -vue.js: 渐进式 JavaScript 框架 +[ES6 入门教程(阮一峰)](https://es6.ruanyifeng.com/) -- [vue2.js](https://cn.vuejs.org/v2/guide/): https://cn.vuejs.org/ -- [vue3.js](https://staging-cn.vuejs.org/): 渐进式 -JavaScript 框架 +## 第三方库 -- [element-ui](https://element.eleme.cn/#/zh-CN/component/installation): 一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库 -- [vColorPicker](http://vue-color-picker.rxshc.com/): 基于 Vue 的颜色选择器插件 -- [vuedraggable](https://www.npmjs.com/package/vuedraggable) -- [Vuetify](https://vuetifyjs.com/zh-Hans/) 是一个纯手工精心打造的 Material 样式的 Vue UI 组件库。 -- [arco-design](https://arco.design/)字节跳动出品的企业级UI库(Vue.js3) -- [ant-design-vue](https://2x.antdv.com/docs/vue/getting-started-cn) 企业级应用的最佳 UI 实践 -- [heyui](https://www.heyui.top/): 一个基于Vue.js的高质量UI组件库 +[Vue.js](/doc/vue.md) [React.js](https://reactjs.org/): A JavaScript library for building user interfaces @@ -103,6 +95,14 @@ JavaScript 框架 [vue-js-modal](http://vue-js-modal.yev.io/) | [github](https://github.com/euvl/vue-js-modal): Easy to use, highly customizable Vue.js modal library. +[typeahead.js](https://typeahead.js.org/) a flexible JavaScript library that provides a strong foundation for building robust typeaheads + +[EJS](https://ejs.bootcss.com/) 高效的嵌入式 JavaScript 模板引擎。 + +[mavon-editor](https://github.com/hinesboy/mavonEditor) | [npm](https://www.npmjs.com/package/mavon-editor) A markdown editor based on Vue that supports a variety of personalized features + +[naming-style](https://github.com/parksben/naming-style) | [npm](https://www.npmjs.com/package/naming-style) | [中文doc](https://github.com/parksben/naming-style/blob/HEAD/DOC_ZH.md): 变量命名风格转化 + ## CDN [BootCDN](https://www.bootcdn.cn/): 稳定、快速、免费的前端开源项目 CDN 加速服务 @@ -125,6 +125,8 @@ https://npm.devtool.tech/ [Express 中文网](https://www.expressjs.com.cn/): 基于 Node.js 平台,快速、开放、极简的 Web 开发框架 +[Egg.js](https://www.eggjs.org/zh-CN) 企业级 Node.js 开发框架 + ### Node.js 管理工具 |名称 | 简介 | 最近更新 | 标星 @@ -178,3 +180,7 @@ pNpm:速度快、节省磁盘空间的软件包管理器 [https://www.ecma-international.org/](https://www.ecma-international.org/) [vue-element-admin](https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/) 是一个后台前端解决方案,它基于 vue 和 element-ui 实现。 + +[JSON Web Tokens](https://www.jsonwebtoken.io/) JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. + +[GraphQL](https://graphql.cn/) 一种用于 API 的查询语言 \ No newline at end of file diff --git a/doc/miniprogram.md b/doc/miniprogram.md index d971eb3a50ff83344353b529d7e929b02c335834..170f1f585b43a2ab15f1481de74df075b07815fe 100644 --- a/doc/miniprogram.md +++ b/doc/miniprogram.md @@ -12,7 +12,7 @@ [Vant Weapp](https://vant-contrib.gitee.io/vant-weapp/): 有赞前端团队开源,轻量、可靠的小程序 UI 组件库 -[](https://megalojs.org/) +[megalojs](https://megalojs.org/) [mpvue](https://mpvue.com/): 一个使用 Vue.js 开发小程序的前端框架。 diff --git a/doc/python.md b/doc/python.md index 2b1b0782bfef8add9e65fd5145293b262d6931c0..1ec893af7a3b6b2976136dfa0bc760d6497973f2 100644 --- a/doc/python.md +++ b/doc/python.md @@ -109,3 +109,5 @@ Celery [pdf2htmlEX](https://wang-lu.com/pdf2htmlEX/) Convert PDF to HTML without losing text or format. [wkhtmltopdf](https://wkhtmltopdf.org/index.html) open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. + +[Starlette](https://www.starlette.io/) a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. \ No newline at end of file diff --git a/doc/vue.md b/doc/vue.md index 6312ef57595aa64fb21d91788e6f87afc012cb60..e2d63a792296caea7bad9edbebb6f6fd030cfdfb 100644 --- a/doc/vue.md +++ b/doc/vue.md @@ -26,6 +26,17 @@ ### UI库 +[vue3.js](https://staging-cn.vuejs.org/) | [vue2.js](https://cn.vuejs.org/v2/guide/): 渐进式 JavaScript 框架 + +- [element-ui](https://element.eleme.cn/#/zh-CN/component/installation): 一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库 +- [vColorPicker](http://vue-color-picker.rxshc.com/): 基于 Vue 的颜色选择器插件 +- [vuedraggable](https://www.npmjs.com/package/vuedraggable) +- [Vuetify](https://vuetifyjs.com/zh-Hans/) 是一个纯手工精心打造的 Material 样式的 Vue UI 组件库。 +- [arco-design](https://arco.design/)字节跳动出品的企业级UI库(Vue.js3) +- [ant-design-vue](https://2x.antdv.com/docs/vue/getting-started-cn) 企业级应用的最佳 UI 实践 +- [heyui](https://www.heyui.top/) | [github](https://github.com/heyui/heyui): 一个基于Vue.js的高质量UI组件库 + + [Vuetifyjs](https://vuetifyjs.com/zh-Hans/) 帮助构建 Vue.js 的 Material Design 接口的开源库。 [Element UI](https://element.eleme.io/#/en-US) 用于Vue项目界面开发的UI库。 @@ -36,9 +47,6 @@ - github: [ant-design-vue](https://github.com/vueComponent/ant-design-vue) -[HEYUI](https://www.heyui.top/) 一个基于Vue.js的高质量UI组件库 - - github: [heyui](https://github.com/heyui/heyui) - [Quasar](https://quasar.dev/) Quasar 是一个开源的 Vue.js 框架,可帮助构建 SPA(单页应用)、SSR(服务器端渲染应用)、PWA(渐进式 Web 应用)。 [Language Vue](https://atom.io/packages/language-vue) 支持 Atom 的 Vue.js 开发的实用程序。