# hr-admin **Repository Path**: dengpbs/hr-admin ## Basic Information - **Project Name**: hr-admin - **Description**: 前端Vue系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-14 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Project Build Steps > recommend to cnpm Instead of npm #### Installation Packages ``` npm install ``` #### Local Dev ``` npm run dev // Open server and access http://localhost:8080 in browser ``` #### Deploy Prod ``` npm run build cd dist // if build local commit to svn svn add . --no-ignore --force svn commit -m 'commit message' // checkout dist deploy to nginx or tomcat ```