1.0.0-beta.2 • Published 5 years ago

slm-loader v1.0.0-beta.2

Weekly downloads
449
License
MIT
Repository
github
Last release
5 years ago

Note: Looking for a new maintainer

Due to the limited support for Angular 2 syntax offered by SLIM/SLM we are migrating to PUG. This project is looking for a new maintainer. If you are using slm-loader and are interested in accepting pull requests I would be happy to transfer the project to you.

slm-loader

SLM/SLIM Template Loader for Webpack

Import SLM/SLIM templates with Webpack.

SLM is a JS port of the Ruby SLIM template language for HTML. This loader allows you to use these templates in your Webpack projects.

Basic Setup

{ test: /\.html\.(slm|slim)/, loader: "slm" }

Recommended Usage

It is highly recommended to combine slm-loader with the html-loader to get features like minification and handling of src assets such as images

You can also combine it with other HTML template handlers such as ngtemplate-loader if you are using it with AngularJS.

{ test: /\.html\.(slm|slim)$/, loader: 'ngtemplate!html!slm' },
1.0.0-beta.2

5 years ago

1.0.0-beta

6 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago