https://github.com/superoo7/casper-starter
Setup Babel for casperjs
https://github.com/superoo7/casper-starter
babel casperjs javascript
Last synced: about 2 months ago
JSON representation
Setup Babel for casperjs
- Host: GitHub
- URL: https://github.com/superoo7/casper-starter
- Owner: superoo7
- License: mit
- Created: 2017-11-08T03:13:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T02:16:30.000Z (over 8 years ago)
- Last Synced: 2025-06-24T22:41:23.184Z (12 months ago)
- Topics: babel, casperjs, javascript
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Casper.js Starter
This is a boilerplate for Casper.js with ES6. I use babel in order to transpile ES6 into ES5 for Phantom.js to understand.
> Casper.js runs on phantom.js, it is not node.js! Although the syntax looks the same (both uses common js) but phantom does not support ES6.
## Installation
* Git clone this repo
* `npm install` or `yarn install` in this repo
* To start the project `npm run start` or `yarn start`
## License
MIT