# vue-backend-router-template **Repository Path**: chenq7/vue-backend-router-template ## Basic Information - **Project Name**: vue-backend-router-template - **Description**: 在vue-admin-template模板上添加了前端获取后端路由表并渲染的方法 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2020-06-02 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template English | [简体中文](./README-zh.md) ## Build Setup ```bash # clone the project git clone https://gitee.com/chenq7/vue-backend-router-template.git # enter the project directory cd vue-backend-router-template # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ```