Skip to content

Commit dfb2c9a

Browse files
committed
Document qwc2-lts NPM module
1 parent 9374236 commit dfb2c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/configuration/ViewerConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The legend print template `assets/templates/legendprint.html` is used when print
297297

298298
## Building a custom viewer <a name="custom-viewer"></a>
299299

300-
The QWC stock application, hosted at [https://github.com/qgis/qwc2/](https://github.com/qgis/qwc2/), can serve as a base for building a custom application, and is published as an [NPM package](https://www.npmjs.com/package/qwc2). An example of a custom application is hosted at [https://github.com/qgis/qwc2-demo-app](https://github.com/qgis/qwc2-demo-app).
300+
The QWC stock application, hosted at [https://github.com/qgis/qwc2/](https://github.com/qgis/qwc2/), can serve as a base for building a custom application, and is published as an [NPM package](https://www.npmjs.com/package/qwc2). The LTS branch is published on NPM as [qwc2-lts](https://www.npmjs.com/package/qwc2-lts). An example of a custom application is hosted at [https://github.com/qgis/qwc2-demo-app](https://github.com/qgis/qwc2-demo-app).
301301

302302
To build a custom viewer, the first step is cloning the demo application:
303303
```bash

0 commit comments

Comments
 (0)