# spring-boot-plus-vue **Repository Path**: mengzhongguanyu/spring-boot-plus-vue ## Basic Information - **Project Name**: spring-boot-plus-vue - **Description**: spring-boot-plus-vue vue-element-admin - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://47.105.159.10/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 50 - **Created**: 2021-10-28 - **Last Updated**: 2021-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-plus-vue ## 管理系统主页 [http://47.105.159.10/](http://47.105.159.10/) ### 设置nodejs镜像 ```text npm config set registry https://registry.npm.taobao.org ``` ### npm install ```text npm install ``` ### npm启动应用 ```text npm start ``` ### npm build > 打包后的目录:dist ```text npm run-script build ```