# delivery-frontend **Repository Path**: happydpc/delivery-frontend ## Basic Information - **Project Name**: delivery-frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Installation #### Clone repo ```bash # clone the repo $ git clone ssh://git@git.piesat.cn:27022/wangchen/SZHYJ.git # go into app's directory $ cd SZHYJ # install app's dependencies $ npm install ``` #### Usage ```bash # serve with hot reload at localhost:8080 npm run serve # build for production with minification npm run build # run linter npm run lint # run unit tests npm run test:unit # run e2e tests. npm run test:e2e ```