1.1.0 • Published 2 years ago

lits-template v1.1.0

Weekly downloads
35
License
MPL-2.0
Repository
github
Last release
2 years ago

Default HTML Template for LiTScript

This package contains the APIs needed to implement LiTScript templates as well as the default template that is included out-of-the-box. Templates build static web pages using input parameters provided by LiTScript. They are loaded dynamically, making it possible to write your own templates. Most of the time you probably prefer just to customize the default template using various parameters provided by it.

Templates also include the style sheets and code files required by the web pages. These can be written using Less and TypeScript. You can use CommonJS modules to organize your source files in a clean structure. LiTScript transforms TypeScript to JS and Less to CSS. It then bundles the modules into few files that are easy to deploy. Since the bundler tracks all the style and code files, you can change them on the fly and see the results right away. This is convenient especially in watch mode.

You can utilize the simple templating framework provided by the package to create new templates or use whatever technology you like.

Documentation

1.1.0

2 years ago

1.0.24

2 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago