- Notifications
You must be signed in to change notification settings - Fork6
slint-ui/slint-nodejs-template
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A template for a Node.js application that's using Slint for the user interface and Node.js for the build system.
This template helps you get started developing a Node.js application with Slint as toolkitfor the user interface. It demonstrates the integration between the.slint UI markup andJavaScript code, how to trigger react to callbacks, get and set properties and use basic widgets.
In order to use this template and build a Node.js application, you need to install a few tools:
- Download and extract theZIP archive of this repository.
- Rename the extracted directory and change into it:
mv slint-nodejs-template-main my-projectcd my-project - Install dependencies with npm
npm install - Run the application binary
npm start
We recommend using an IDE for development, along with ourLSP-based IDE integration for.slint files. You can also load this project directly inVisual Studio Code and install ourSlint extension.
We hope that this template helps you get started and you enjoy exploring making user interfaces with Slint. To learn moreabout the Slint APIs and the.slint markup language check out ouronline documentation.
About
A template for a Nodje.js Application using Slint. This is meant to be used with npm.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.