https://github.com/NativeScript/nativescript-dev-jade
https://github.com/NativeScript/nativescript-dev-jade
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/NativeScript/nativescript-dev-jade
- Owner: NativeScript
- License: other
- Created: 2015-12-02T14:18:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:44:59.000Z (about 9 years ago)
- Last Synced: 2026-01-31T01:34:27.220Z (29 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nativescript - Jade - Jade support for NativeScript projects. (Awesome {N} [](https://github.com/sindresorhus/awesome) / Table of Contents)
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/.