# waaagh-vue-ui-js **Repository Path**: coder-xuwentao/waaagh-vue-ui-js ## Basic Information - **Project Name**: waaagh-vue-ui-js - **Description**: Waaagh UI is a set of easy-achieved vue3 components - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://coder-xuwentao.gitee.io/waaagh-vue-ui-js - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue-cli, component, UI ## README ## wa-vue-ui ### 介绍 借鉴element-plus和bulma.css写的简易vue3组件。 预览地址: https://coder-xuwentao.gitee.io/waaagh-vue-ui-js ### 特点: - 每个组件基本无外部依赖,方便修改,用于定制化开发。 ### 安装 ``` npm install ``` #### 开发模式 ``` npm run serve ``` #### 构建 ``` npm run build ```