# mark **Repository Path**: hermit1997_admin/mark ## Basic Information - **Project Name**: mark - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2022-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 javascript 教程 https://www.w3school.com.cn/js/index.asp # 安装依赖 npm install --registry=https://registry.npm.taobao.org #依赖远程调试的话需要修改 vue.config.js 文件 34 行的地址改成http://10.10.21.185:8100/label_platform # 启动服务 npm run dev 浏览器访问 http://localhost ## 发布 # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod