# lodashNote **Repository Path**: ajian-note/lodash-note ## Basic Information - **Project Name**: lodashNote - **Description**: lodash学习笔记 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-14 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 此项目是在学习[lodash](https://github.com/lodash/lodash) 做的学习笔记,先看里面的源码,然后加入自己的一些想法敲的 ## 项目运行步骤 安装项目所需的依赖,然后运行项目 ```bash npm install npm run server ```