Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q-peppa/js_learn
js学习
https://github.com/q-peppa/js_learn
Last synced: about 1 month ago
JSON representation
js学习
- Host: GitHub
- URL: https://github.com/q-peppa/js_learn
- Owner: Q-Peppa
- License: mit
- Created: 2023-08-02T16:08:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T17:21:38.000Z (over 1 year ago)
- Last Synced: 2023-08-02T17:46:10.869Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 使用前说明
> 代码采用 ES6 语法, type = module , 即 ES MODULE 模块化开发;## 如何使用
```bash
cnpm install
# 如果你没有cnpm
# or
npm install
```