# wetsui **Repository Path**: wetspace/wetsui ## Basic Information - **Project Name**: wetsui - **Description**: 拥抱 Web Components,基于lit开发的ui组件库,无缝衔接,适用于各种web前端框架。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wetsui ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father-build`, ```bash $ npm run build ```