Giter VIP home page Giter VIP logo

uiwjs.github.io's Introduction


uiw

The official documentation site for uiw. A high quality UI Toolkit, A Component Library for React 16+. ๐Ÿ’˜

Installation

npm install uiw --save

You can use kkt to quickly create a react + uiw project.

npx create-kkt my-app -e uiw

You can use the uiw v1.x version. Please see here for instructions. (npx comes with npm 5.2+ and higher.)

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'uiw';

ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Documentation

Visit the uiwjs.github.io website for more information.

Or Open in VSCode Preview :

Open in VSCode

Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone https://github.com/uiwjs/uiwjs.github.io.git --recurse-submodules

Listening compiled component code.

# Listening compiled component code.
$ cd ./packages/core
$ npm install # Install `core` dependencies
$ npm run watch

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes. 
# Useful during development.
$ cd ./
$ npm install # Install `website` dependencies
$ npm start

Open your browser and visit http://localhost:19870

Update the document

npm run deploy

Folders

โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ packages        
โ”‚ย ย  โ”œโ”€โ”€ core        # Component library source code
โ”‚ย ย  โ””โ”€โ”€ doc
โ”œโ”€โ”€ public          # Document the static file.
โ””โ”€โ”€ src             # Document website source code.
    โ”œโ”€โ”€ Router.js
    โ”œโ”€โ”€ assets
    โ”œโ”€โ”€ common      # Menu and routing configuration.
    โ”œโ”€โ”€ components
    โ”œโ”€โ”€ index.js
    โ”œโ”€โ”€ layouts
    โ”œโ”€โ”€ models
    โ”œโ”€โ”€ routes
    โ”œโ”€โ”€ store
    โ”œโ”€โ”€ styles
    โ””โ”€โ”€ utils

License

Licensed under the MIT License.

uiwjs.github.io's People

Contributors

jaywcjlove avatar xingyuefeng avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.