An open API service indexing awesome lists of open source software.

https://github.com/NativeScript/nativescript-dev-jade


https://github.com/NativeScript/nativescript-dev-jade

Last synced: 12 days ago
JSON representation

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/.