https://github.com/jsjzh/mini-app-tiny-code
面试题解析,leetcode 题目解析,都丢在这里了。
https://github.com/jsjzh/mini-app-tiny-code
Last synced: 7 months ago
JSON representation
面试题解析,leetcode 题目解析,都丢在这里了。
- Host: GitHub
- URL: https://github.com/jsjzh/mini-app-tiny-code
- Owner: jsjzh
- Created: 2018-08-24T07:07:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T15:04:45.000Z (over 6 years ago)
- Last Synced: 2025-01-25T22:21:49.425Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 481 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini-app-tiny-code
## 我来自何方
该项目创建于这个小小的脚手架,有兴趣想自己也创建一个的可以看看喔。
[mini-app-template](https://github.com/jsjzh/mini-app-template)
## 介绍
这里可能会有一些面试题的好玩的代码,也可能单纯就是一些好玩的 js 片段,或许一个本来需要三行才能完成的功能,只需要一行就可以了,或许你可以知道一些别人不晓得的好玩玩意儿,这都有可能噢~
## 我该如何开始
```
$ npm install // or yarn
$ npm start // or yarn start
```代码如人生,我甘之如饴。