# ccdl-admin-web **Repository Path**: inve_end/ccdl-admin-web ## Basic Information - **Project Name**: ccdl-admin-web - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-03 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project setup ```bash yarn install ``` ### Compiles and hot-reloads for development ```bash yarn serve ``` ### Compiles and minifies for production ```bash yarn build ``` ### Lints and fixes files ```bash yarn lint ``` ### Run your unit tests ```bash yarn test:unit ``` ### Run your end-to-end tests ```bash yarn test:e2e ``` ### Run all tests ```bash yarn test ```