# abl **Repository Path**: zszhuan/abl ## Basic Information - **Project Name**: abl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-02 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # abl ## 已完成功能 1. 多页面 2. 完成 mock 功能 3. 封装 axios 和 storage 4. eslint ## 使用 ```shell npm i # dev npm run dev # build npm run build ``` * app 目录表示用户端页面 * admin 目录表示管理端页面 * http://localhost:8301/ 访问用户页面 * http://localhost:8301/admin/ 访问管理页面 ## 代码提交 项目使用 husky 和 lint-staged 对提交的代码进行 eslint 校验。如果校验不通过,则无法提交。 所以提交代码前请保证控制台没有报错。