# vue-web-template **Repository Path**: gs-code/vue-web-template ## Basic Information - **Project Name**: vue-web-template - **Description**: 一个极简web端vue管理系统模板... - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-21 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-web-template ## 安装依赖 ``` npm install npm install --registry=https://registry.npm.taobao.org ``` ## 启动项目 ``` npm run serve ``` ## 打包部署 ``` npm run build ``` ## 测试账号 ``` admin/123456 user/123456 ```