# lowcode-component-template-vue3 **Repository Path**: xbbfe/lowcode-component-template-vue3 ## Basic Information - **Project Name**: lowcode-component-template-vue3 - **Description**: 低代码组件Vue3模版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-11-29 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3低代码组件模板 ## 使用方法 1. 安装依赖 ```shell pnpm install ``` 2. 预览 ```shell npm run dev ``` 3. 打包 ```shell npm run build ``` 打包完成之后会同时打包Web端组件和移动端组件分别是`web.iife.js`和`mobile.iife.js`,请确保文件名正确。