# admin-page **Repository Path**: hotwork/admin-page ## Basic Information - **Project Name**: admin-page - **Description**: 后台页面模板,纯静态页面,数据用户mock生成 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin-page > 静态的后台模板,用mock数据 ## Build Setup ```bash # clone the project git clone https://gitee.com/hotwork/admin-page.git # enter the project directory cd admin-page # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```