# multiterminal **Repository Path**: moerOink/multiterminal ## Basic Information - **Project Name**: multiterminal - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 所有端口进去都要执行npm install ## admin目录后台系统 server目录服务器数据库 运行指令都是npm run serve ## Project setup初始化环境 ``` npm install ``` ### Compiles and hot-reloads for development 启动命令 ``` npm run serve ``` ### Compiles and minifies for production 打包命令 ``` npm run build ``` ### Lints and fixes files 修复命令 ``` npm run lint ``` ### Customize configuration VUE官方文档 See [Configuration Reference](https://cli.vuejs.org/config/).