lcui.css

0.1.0 • Public • Published

LCUI.css

Simple CSS framework for developing LCUI application.
Explore LCUI.css docs »


Download

Build

Prerequisites

Building LCUI.css has the following dependencies:

  • NodeJS — a JavaScript runtime to run building tools
  • Python - A environment for run python building tools

After installing NodeJS, please run the following command to install the NodeJS dependency packages:

npm install

Build Targets

npm run build             # Build all targets.
npm run build-css         # Compile SCSS file to CSS file.
npm run build-font        # Build iconfont file.
npm run build-demo        # Build demo application and it's css file.
npm run build-demo-css    # Build css file of demo application.
npm run build-demo-exe    # Build demo application only.
npm run build-docs        # Build documentations.

Install

Copy the files from the dist directory to your project directory, and configure your project assets include path.

We recommend that you use the following directory structure, this will be able to directly copy the files from the dist/assets/ directory to yourapp/app/ directory.

yourapp/
├── app/
│   ├── assets/
│   │   ├── stylesheets/
│   │   │   ├── app.css
│   │   │   └── lcui.css
│   │   ├── views/
│   │   │   ├── app.xml
│   │   │   └── ...
│   │   ├── fonts/
│   │   │   └── iconfont.ttf
│   │   ├── images/
│   │   └── ...
│   └── ...
├── src/
│   ├── scss/
│   ├── lib/
│   ├── ui/
│   └── ...
└── ...

Creator

Liu Chao

Legal

Code released under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i lcui.css

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • lc-soft