# Lib **Repository Path**: sfxs798359211/lib ## Basic Information - **Project Name**: Lib - **Description**: 存储一些常用的插件库,长期更新版. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-08 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 前端开发插件/样式表 > 记录一些日常使用的样式/插件/框架 . 作用 : 项目中可以通过npm/yarn下载所需插件 , 但日常中做一些没必要构建项目的demo或者单页的时候 , 或许会需要用到某一个插件中的若干个功能 , 此为直接通过网址引用而非手动下载 .使用的是Gitee的Pages服务 ### axios 中文官网 : http://www.axios-js.com/, github : https://github.com/axios/axios, 直接引入 : ```javascript ``` ### jquery W3Cschool : https://www.w3school.com.cn/jquery/index.asp 菜鸟教程 : https://www.runoob.com/jquery/jquery-tutorial.html 直接引入 : ```javascript ``` ### lodash 中文官网 : https://www.lodashjs.com/ github : https://github.com/lodash/lodash 直接引入 : ```javascript ``` ### vue2.x 中文官网 : https://cn.vuejs.org/ github : https://github.com/vuejs/vue ```javascript ``` 补充: * vue项目通常是通过脚手架创建的. * 但直接引入也是可以使用的,并且可以静态打开网页,不需要通过本地/网络服务器 * 示例: ```javascript