3 Star 0 Fork 0

Gitee 极速下载 / quist-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JDsecretFE/quist-ui
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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,请自由的享受、参与开源。

MIT License Copyright (c) 2018 quist-ui Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

快应用UI组件库 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/mirrors/quist-ui.git
git@gitee.com:mirrors/quist-ui.git
mirrors
quist-ui
quist-ui
master

搜索帮助