# demoUI **Repository Path**: hqhmt/de-mo ## Basic Information - **Project Name**: demoUI - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-25 - **Last Updated**: 2025-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xcUI [![NPM version](https://img.shields.io/npm/v/xcUI.svg?style=flat)](https://npmjs.org/package/xcUI) [![NPM downloads](http://img.shields.io/npm/dm/xcUI.svg?style=flat)](https://npmjs.org/package/xcUI) A vue library developed with dumi ## Usage First, introduce css file: ```ts import 'xcUI/dist/style.css'; ``` Then, introduce components: ```html ``` ## Options TODO ## Development ```bash # install dependencies $ npm install # develop library by docs demo $ npm start # build library source code $ npm run build # build library source code in watch mode $ npm run build:watch # build docs $ npm run docs:build # Locally preview the production build. $ npm run docs:preview # check your project for potential problems $ npm run doctor # Test $ npm test # Coverage $ npm test:cov # Lint $ npm lint ``` ## LICENSE MIT