Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
/ lc-design-app Public archive

A minimal LCUI application for preview LC Design component library

License

Notifications You must be signed in to change notification settings

lcui-dev/lc-design-app

Repository files navigation

lc-design-app

(English/中文)

Clone and run to preview an example of the LC Design component library.

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/lc-design-app

# Go into the repository
cd lc-design-app

# set up the development environment for project
lcui setup

# build project
lcui build

# Run project
lcui run

What's included

  • Some resource files.
  • Some scripts that make it easy for you to quickly build application.
  • Configuration files for CMake and XMake build tools, You can choose one of them that you like.
  • Simple data storage implementation in src/lib/store.c.
  • .scss files for describe the user interface style.
  • about component for display app infomation.
  • home view that implements simple layout and interaction.
  • preview view that previews the effects of some of the components of the LC Design.

Project Structure

  • app: contains the resource files required for the application to run. You can use it as the working directory of the application, and when you publish your application, you only need to package the files in that directory.
  • build: contains build tool output files.
  • scripts: contains build-related scripts and configuration files.
  • src: contains the source code.
    • ui: contains source code related to the user interface.
      • stylesheets: contains the source code of stylesheets. You can put .scss files here, they will be compiled into css files and outputed to the app/assets/stylesheets directory at build time.
      • components: contains the source code of the components.
      • views: contains the source code of the views.
    • lib: contains the base library code.

License

CC0 1.0 (Public Domain)