# vuetom-ui **Repository Path**: lauset/vuetom-ui ## Basic Information - **Project Name**: vuetom-ui - **Description**: 支持 Vue3 的扁平化 UI。可以将其作为一个UI模版,加入个人自定义的组件让其成为个人的一个简单UI库 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: main - **Homepage**: http://212.64.67.168:8084 - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript, UI ## README

vuetom-logo

Vuetom UI - A Vue3 UI library

license npm

## Introduction 📜 A Vue3 UI library ## Quick Start 🏷️ **install** ``` npm i vuetom-ui ``` **use(es)** ``` import VuetomUI from 'vuetom-ui' import 'vuetom-ui/dist/vuetom-ui.css' ``` **use(borwser)** ```html const app = Vue.createApp(App); app.use(VuetomUI); app.mount("#app"); ``` ## development ⚒ 1. Install all packages ```bash npm i # npm install [for npm] ``` 2. Generate build files for deployment ```bash npm run build # npm run b [for development build] # npm run build:umd [for umd] # npm run build:esm [for es] # npm run build:theme [for themes] ``` 3. Run document server ```bash npm run docs ``` ## What's Included 📦 - dist - docs - src - components - utils - index.ts - test - types ## What's in New Version 💎 | VuetomUI Version | Info | | - | :- | 0.1.0 | Button Row Col | 0.2.0 | Table Message | ## UI Support 🖥️ - ~~Nodj.js (require)~~ - ES6 (import) - Browser (`