快应用UI组件库 https://jdsecretfe.github.io/quist-ui/
Quist-UI is a user interface component library for 快应用 (Quick Apps). It is designed to be simple, easy to use, and efficient. Quist-UI allows users to experience its components online by scanning a QR code with the 快应用调试器 (Quick Apps Debugger) on their mobile device.
To install Quist-UI, you can use either npm or yarn. Here are the installation steps:
Run the following command to install Quist-UI as a dev dependency using npm:
$ npm install quist-ui -D
or using yarn:
$ yarn add quist-ui --dev
If you are installing Quist-UI in an existing project, create a webpack.config.js file in the root directory. Create a config folder and place the webpack.config.js file inside it. Add the following configuration:
// webpack.config.js
module.exports = {
// Your webpack configuration goes here
}
If you want to locally experience Quist-UI without an existing project, follow these steps:
$ npm install
$ npm run watch
$ npm run server
Quist-UI is a UI component library for 快应用 (Quick Apps) that offers a simple, user-friendly, and efficient experience. Its components have a clean design, are easy to integrate, and provide optimal performance for quick app development. To install Quist-UI, you can use npm or yarn, and follow the provided installation guide.