Giter Club home page Giter Club logo

quist-ui's Introduction

Quist-UI

快应用UI组件库,简洁,易用,高效

在线体验

通过下面的二维码,可以在手机中体验 Quist-UI (请使用快应用调试器扫码):

体验二维码

安装

$ npm install quist-ui -D$ yarn add quist-ui --dev

配置

如果是在已有项目安装,创建一个webpack.config.js文件(在根目录下,创建一个config文件夹,然后把此文件放入config文件夹下),并添加如下配置

var path = require('path')
module.exports = {
  postHook: function(webpackConf, options){
    webpackConf.resolve.alias = Object.assign(webpackConf.resolve.alias || {}, {
      '@quist-ui': path.join(process.cwd(), 'node_modules/quist-ui/components')
    })
  }
}

本地体验

此操作适用于在没有项目的基础上进行安装

  1. Clone Quist-UI 仓库到本地
  2. 安装依赖 $ npm install
  3. 在 quist-ui 根目录下执行 $ npm run watch
  4. 在 quist-ui 根目录下执行 $ npm run server
  5. Done~

文档

组件列表

反馈沟通

请扫码进入微信群,此群可快速及时地解答问题。

微信沟通群二维码

开源协议

本项目基于 MIT License,请自由的享受、参与开源。

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.