Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsassph/vanilla-haxe-js
A simple Haxe JavaScript project.
https://github.com/elsassph/vanilla-haxe-js
Last synced: about 2 months ago
JSON representation
A simple Haxe JavaScript project.
- Host: GitHub
- URL: https://github.com/elsassph/vanilla-haxe-js
- Owner: elsassph
- Created: 2014-11-01T15:52:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T12:24:45.000Z (over 9 years ago)
- Last Synced: 2024-04-15T15:04:33.559Z (9 months ago)
- Language: JavaScript
- Homepage: http://philippe.elsass.me/2014/11/vanilla-haxe-js/
- Size: 129 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A simple Vanilla JS example in Haxe
Using Haxe as a better JavaScript, just using the DOM API.
The [Haxe SDK](http://haxe.org/download/) has to be installed and the `haxe` command has to be in the PATH.
## Command line
haxe build.hxml## Grunt
The sample GruntFile uses a Haxe specific task to build the project.
npm install -g grunt-cli
npm install
gruntSee [grunt-haxe on Github](https://github.com/Fintan/grunt-haxe) for the Haxe task documentation.
## FlashDevelop
Open the `.hxproj` project in FlashDevelop and press F5 or Ctrl+Enter to build and run in the browser.