# h5-template **Repository Path**: abner1111/h5-template ## Basic Information - **Project Name**: h5-template - **Description**: 本项目主要采用 vue3(https://cn.vuejs.org/) vite3.x(https://cn.vitejs.dev/) ts4.x(https://www.typescriptlang.org/docs/) tailwindcss3.x(https://tailwindcss.com/) 等技术构建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-19 - **Last Updated**: 2022-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # H5 项目 ## 功能点 - 从浏览器跳转到小程序页面(/h5/jumpxcx) ## 开发 ``` npm run dev ``` ## 构建 ``` npm run build ``` ## 部署 nginx 配置参考 ``` location ^~/h5 { alias '文件路径'; try_files $uri $uri/ /h5/index.html; index index.html index.htm; } ``` ## 参考文档 本项目主要采用 vue3(https://cn.vuejs.org/) vite3.x(https://cn.vitejs.dev/) ts4.x(https://www.typescriptlang.org/docs/) tailwindcss3.x(https://tailwindcss.com/) 等技术构建