0.6.0 • Published 7 years ago

nativescript-dev-pug v0.6.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

Pug support for NativeScript with Angular projects.

How to use

$ tns install pug

The above command installs this module and installs the necessary hooks. Pug processing of all .pug files inside app folder happens when the project is prepared for build.

Example:

StackLayout
    Label(text="This is Label")
    Button(text="This is Button")

Result:

<StackLayout>
    <Label text="This is Label"></Label>
    <Button text="This is Button"></Button>
</StackLayout>

More info at https://pugjs.org.

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago