# ABA-back **Repository Path**: xiehao123/ABA-back ## Basic Information - **Project Name**: ABA-back - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 进入到项目目录 cd vue-admin # 安装依赖 npm install # 在开发环境运行项目,并且在浏览器打开 http://localhost:8060 npm run dev # 项目打包 npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run all tests npm test ```