# vue-cli **Repository Path**: cacalot123/vue-cli ## Basic Information - **Project Name**: vue-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2023-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin ## Getting started ```bash # clone the project git clone git@gitee.com:cacalot123/vue-cli.git # install dependency npm install # develop npm run dev # build for test environment npm run build:sit # build for production environment npm run build:prod # api mock npm run mock ```