Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webbestmaster/elem-puppeteer
https://github.com/webbestmaster/elem-puppeteer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/webbestmaster/elem-puppeteer
- Owner: webbestmaster
- License: mit
- Created: 2019-02-19T11:26:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T18:18:08.000Z (over 5 years ago)
- Last Synced: 2024-11-14T22:34:41.767Z (3 months ago)
- Language: JavaScript
- Size: 6.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elem-puppeteer
### install nodemon and babel for node
```bash
$ npm install nodemon --save-dev
$ npm install @babel/core @babel/node --save-dev
```