# vue-gojs **Repository Path**: huang-youhong/vue-gojs ## Basic Information - **Project Name**: vue-gojs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-28 - **Last Updated**: 2022-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-gojs ## 分支说明 - dev:开发分支 ## 安装依赖 **部分依赖包需要从GitHub上下载,首先要确保你能访问 https://github.com/** ``` npm i ``` ## 命令简介 **eslint检测** ``` npm run lint-ext ``` **修复eslint检测** ``` npm run lint-fix ``` **启动项目** ```shell npm run dev:dll # 只有第一次启动项目或公共依赖库发生变更才会启用此命令生成动态链接库 npm run dev ```