提交 3beac823 编写于 作者: 彭世瑜's avatar 彭世瑜

fix

上级 035e3072
...@@ -2,21 +2,13 @@ ...@@ -2,21 +2,13 @@
[https://github.com/ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) Clean Code concepts adapted for JavaScript [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 的桌面端组件库 [Vue.js](/doc/vue.md)
- [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组件库
[React.js](https://reactjs.org/): A JavaScript library for building user interfaces [React.js](https://reactjs.org/): A JavaScript library for building user interfaces
...@@ -103,6 +95,14 @@ JavaScript 框架 ...@@ -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. [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 ## CDN
[BootCDN](https://www.bootcdn.cn/): 稳定、快速、免费的前端开源项目 CDN 加速服务 [BootCDN](https://www.bootcdn.cn/): 稳定、快速、免费的前端开源项目 CDN 加速服务
...@@ -125,6 +125,8 @@ https://npm.devtool.tech/ ...@@ -125,6 +125,8 @@ https://npm.devtool.tech/
[Express 中文网](https://www.expressjs.com.cn/): 基于 Node.js 平台,快速、开放、极简的 Web 开发框架 [Express 中文网](https://www.expressjs.com.cn/): 基于 Node.js 平台,快速、开放、极简的 Web 开发框架
[Egg.js](https://www.eggjs.org/zh-CN) 企业级 Node.js 开发框架
### Node.js 管理工具 ### Node.js 管理工具
|名称 | 简介 | 最近更新 | 标星 |名称 | 简介 | 最近更新 | 标星
...@@ -178,3 +180,7 @@ pNpm:速度快、节省磁盘空间的软件包管理器 ...@@ -178,3 +180,7 @@ pNpm:速度快、节省磁盘空间的软件包管理器
[https://www.ecma-international.org/](https://www.ecma-international.org/) [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 实现。 [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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
[Vant Weapp](https://vant-contrib.gitee.io/vant-weapp/): 有赞前端团队开源,轻量、可靠的小程序 UI 组件库 [Vant Weapp](https://vant-contrib.gitee.io/vant-weapp/): 有赞前端团队开源,轻量、可靠的小程序 UI 组件库
[](https://megalojs.org/) [megalojs](https://megalojs.org/)
[mpvue](https://mpvue.com/): 一个使用 Vue.js 开发小程序的前端框架。 [mpvue](https://mpvue.com/): 一个使用 Vue.js 开发小程序的前端框架。
......
...@@ -109,3 +109,5 @@ Celery ...@@ -109,3 +109,5 @@ Celery
[pdf2htmlEX](https://wang-lu.com/pdf2htmlEX/) Convert PDF to HTML without losing text or format. [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. [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
...@@ -26,6 +26,17 @@ ...@@ -26,6 +26,17 @@
### UI库 ### 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 接口的开源库。 [Vuetifyjs](https://vuetifyjs.com/zh-Hans/) 帮助构建 Vue.js 的 Material Design 接口的开源库。
[Element UI](https://element.eleme.io/#/en-US) 用于Vue项目界面开发的UI库。 [Element UI](https://element.eleme.io/#/en-US) 用于Vue项目界面开发的UI库。
...@@ -36,9 +47,6 @@ ...@@ -36,9 +47,6 @@
- github: [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - 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 应用)。 [Quasar](https://quasar.dev/) Quasar 是一个开源的 Vue.js 框架,可帮助构建 SPA(单页应用)、SSR(服务器端渲染应用)、PWA(渐进式 Web 应用)。
[Language Vue](https://atom.io/packages/language-vue) 支持 Atom 的 Vue.js 开发的实用程序。 [Language Vue](https://atom.io/packages/language-vue) 支持 Atom 的 Vue.js 开发的实用程序。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册