# swpu-intelligent-travel-web-project **Repository Path**: getma/swpu-intelligent-travel-web-project ## Basic Information - **Project Name**: swpu-intelligent-travel-web-project - **Description**: 智慧旅游系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-07-31 - **Last Updated**: 2022-02-20 ## 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 ```