# swpu-web-projects **Repository Path**: getma/swpu-web-projects ## Basic Information - **Project Name**: swpu-web-projects - **Description**: 西南石油大学 - WEB 端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2021-07-22 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swpu-web-project ## 初始化 ```shell $ npm install ``` ## 运行 ```shell $ npm run serve ``` ## 打包 ```shell $ npm run build ``` ## 额外说明 用 yarn 替代 npm ### 初始化 ```shell yarn ``` ### 运行 ```shell yarn serve ```