https://github.com/nativescript/nativescript-dev-jade
https://github.com/nativescript/nativescript-dev-jade
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/nativescript-dev-jade
- Owner: NativeScript
- License: other
- Created: 2015-12-02T14:18:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:44:59.000Z (over 9 years ago)
- Last Synced: 2025-09-19T00:45:23.210Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jade support for NativeScript projects.
=======================================
How to use
----------
```
$ tns install jade
```
The above command installs this module and installs the necessary hooks. Jade processing of all `.jade` files inside `app` folder happens when the project is prepared for build.
Example:
```Jade
Page(xmlns="http://schemas.nativescript.org/tns.xsd")
StackLayout
Label(text="This is Label")
Button(text="This is Button")
```
Result:
```XML
```
More info at http://jade-lang.com/.