# zysuyuan_element **Repository Path**: awo-team/zysuyuan_element ## Basic Information - **Project Name**: zysuyuan_element - **Description**: 中药溯源系统前端代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 4 - **Created**: 2020-10-11 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zysuyuan_element English | [简体中文](./README-zh.md) ## Build Setup ```bash # clone the project git clone https://gitee.com/awo-team/factorybox_element.git # enter the project directory cd zysuyuan_element # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:8777 ## 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 ```