espinr / quick-app-ui

Quick App UI Components.

Home Page:https://espinr.github.io/quick-app-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick App Component Library Project

Quick App official component library project localization into English.

Component Preview

Use the browser or the Quick Application Debugger (Android App) to scan the code and preview the component. Component library QR code

Usage

Use one of the following methods to install the dependencies to launch the project:

npm install qui --save # Use npm.
yarn add qui # Use yarn

The component library is developed using less, so you need to install the corresponding dependency.

npm install less less-loader --save-dev

Project Structure

├── docs                # Directory of component library documents
├── sign                # Sample signature of the component library
│   ├── debug
│   └── release
└── src                 # Sample of components code
    ├── common
    ├── components      # Library of components
    │   └── button
    └── pages           # Sample pages
        ├── button
        └── home

##Development Get Started

npm install     # Dependencies installation
npm run dev     # Start document server
npm run server  # Enable sample compilation and debugging of the code

About

Quick App UI Components.

https://espinr.github.io/quick-app-ui/

License:MIT License


Languages

Language:JavaScript 98.7%Language:Less 1.3%