Vue依赖包清单

axios

Axios 是一个基于 Promise 的 HTTP 客户端,用于 node.js 和浏览器。它是同构的(意思是它可以在具有相同代码库的浏览器和 nodejs 中运行)。在服务器端它使用原生 node.js http 模块,而在客户端(浏览器)它使用 XMLHttpRequests。

学习文档 https://axios-http.com/docs/intro

项目地址 https://github.com/axios/axios

ckeditor4

可视化文本编辑器

官网 https://ckeditor.com/ckeditor-4/

文档 https://ckeditor.com/docs/ckeditor4/latest/guide/index.html

v-viewer

vue的图片查看器组件,支持旋转、缩放、缩放等,基于viewer.js

官方 https://mirari.cc/v-viewer/

项目地址 https://github.com/mirari/v-viewer

Viewer.js

图片浏览

项目地址 https://github.com/fengyuanchen/viewerjs

lodash

一个意在提高开发者效率,提高JS原生方法性能的JS库

学习文档 https://lodash.com.cn/

项目地址 https://github.com/lodash/lodash

JavaScript Standard Style

JavaScript 代码规范,自带 linter & 代码自动修正

学习文档 https://standardjs.com/readme-zhcn.html

项目地址 https://github.com/standard/standard