Home

Awesome

lcui-router-app

GitHub Actions

(English/中文)

A very simple browser-like application to show the LCUI and LCUI Router features.

Screenshot

To Use

To clone and run this repository you'll need install the following tools on your computer:

From your command line:

# Clone this repository
git clone https://github.com/lc-ui/lcui-router-app

# Go into the repository
cd lcui-router-app

# Install NodeJS dependencies
npm install

# Install C/C++ dependencies for x64 CPU architecture
lcpkg install --arch x64

# Run the app
npm start

Other useful commands:

# Build this repository in release mode
lcui build --mode release

# Build this repository with CMake
lcui build --tool cmake

# Compile css files
npm run build:css

What's included

Project Structure

License

CC0 1.0 (Public Domain)