# vue-plugin-hiprint-start **Repository Path**: zfxgit/vue-plugin-hiprint-start ## Basic Information - **Project Name**: vue-plugin-hiprint-start - **Description**: vue-plugin-hiprint 使用示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 26 - **Created**: 2024-12-28 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## [vue-plugin-hiprint](https://gitee.com/CcSimple/vue-plugin-hiprint) 使用示例教程。 本项目使用 [create-vue](https://github.com/vuejs/create-vue) 创建,默认 Vue3,用于演示讲解 vue-plugin-hiprint 的使用。 vue 文档: [https://cn.vuejs.org](https://cn.vuejs.org) vue-plugin-hiprint 项目: [https://gitee.com/CcSimple/vue-plugin-hiprint](https://gitee.com/CcSimple/vue-plugin-hiprint) `如果你想用 vite 项目,可以参考文档:` [vite](https://cn.vitejs.dev) > 本分支没有使用其他 UI 框架。 ## 本地运行 ``` // clone 项目 git clone https://gitee.com/CcSimple/vue-plugin-hiprint-start.git // 安装依赖 cd vue-plugin-hiprint-start && npm i // 运行 npm run serve ```