https://github.com/dotnet-websharper/dojo
Dojo for WebSharper
https://github.com/dotnet-websharper/dojo
Last synced: 7 months ago
JSON representation
Dojo for WebSharper
- Host: GitHub
- URL: https://github.com/dotnet-websharper/dojo
- Owner: dotnet-websharper
- License: apache-2.0
- Created: 2020-02-27T18:38:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T21:01:37.000Z (over 4 years ago)
- Last Synced: 2025-02-15T12:47:27.951Z (9 months ago)
- Language: HTML
- Homepage: https://websharper.com
- Size: 7.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSharper.Dojo
This is the WebSharper binding for [Dojo Toolkit](http://dojotoolkit.org/).
## WIG project
The classes are generated using WIG by parsing the file `details.json`.
Here is how you can re-generate `details.json`:
* Install Node.js
* Run `get-dojo.fsx` to download, extract and cleanup dojo and the
documentation generation tool, then:
cd js-doc-parse-master
parse.bat config=config.js
copy details.json ..\IntelliFactory.WebSharper.Dojo\
## Type provider
The type provider automates the AMD (asynchronous module definition). Check the
test project to see how to use it.