Skip to content

wanganni1014/codeSpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeSpark

捡起很多小代码,堆成一座大前端 -- 捡代码的小女孩

目录结构&说明

codeSpark

| ├─README.md --[说明文件] ├─app.js --[自动copy文件小工具] ├─package.json ├─testNow --[自动生成测试文件小工具] | ├─index.js --[功能代码] | ├─__test__ --[测试文件文件夹] | | └index.spec.js --[测试jest代码] ├─src --[内容] | ├─fragment --[零散的代码碎片] | ├─algorithm | | ├─***[不同主题内容] | | | ├─index.js --[功能代码] | | | ├─readme.md --[该内容的思想解析] | | | ├─__test__ --[测试文件文件夹] | | | | └index.spec.js --[测试jest代码]

示例代码运行

  • Clone or download this repository Enter your local directory, and
  • enter the file:
node ***.js

About

捡起很多小代码,堆成一座大前端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors