# freedom_vue **Repository Path**: wanglj955/freedom_vue ## Basic Information - **Project Name**: freedom_vue - **Description**: 前端代码前端代码前端代码前端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2026-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目使用了 Vue Router 的history模式,部署nginx时需配置try_files参数解决刷新页面404问题: location / { root html; index index.html index.htm; try_files $uri $uri/ /index.html; }