# maotu-vue **Repository Path**: guzipi/maotu-vue ## Basic Information - **Project Name**: maotu-vue - **Description**: 最近发现一个比较好的web组态引擎库,根据官方文档和示例写了一个基于vue3的示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maotu-vue This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` 如果你只想在当前项目中安装pnpm作为开发依赖,可以使用: npm install pnpm --save-dev 安装完成后,你可以使用npx pnpm命令来代替npm 20240806 maotu组件的leftAsideStore不初始化,组件不会呈现,提到公共方法里边去加载,所有引用到maotu组件时不必再对其初始化;