# VueTemplate **Repository Path**: colinWu_java/vue-template ## Basic Information - **Project Name**: VueTemplate - **Description**: vue实训-项目基础框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-29 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VueTemplate 这是一个极简的 vue 管理后台 运行项目步骤: ```bash # 安装依赖 npm install # 启动服务 npm run dev ``` 浏览器访问 [http://localhost:8099](http://localhost:8099) ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```