0.1.0 • Published 6 years ago

lcui.css v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

0.1.0

6 years ago