# vue-mxgraph **Repository Path**: web-configuration/vue-mxgraph ## Basic Information - **Project Name**: vue-mxgraph - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-24 - **Last Updated**: 2021-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mxgraph ## 安装 ``` npm install ``` ### 开发模式运行 ``` npm run dev ``` ### 编译成产品 ``` npm run build ``` ### 测试运行 ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).