# VeMall **Repository Path**: veoln/ve-mall ## Basic Information - **Project Name**: VeMall - **Description**: 手机商城 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-28 - **Last Updated**: 2023-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ve-mall ## 安装依赖 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 打包 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ## 启动json > 在server文件夹中启动 ```sh npm run json:server ```