# heimatoutiao **Repository Path**: Daazzer/heimatoutiao ## Basic Information - **Project Name**: heimatoutiao - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 黑马头条项目 ## 安装项目 ``` npm install ``` ### 运行开发服务器进行编译与热重载 ``` npm start ``` ### 编译打包到生产环境 ``` npm run build ```