# safe-edu-h5 **Repository Path**: work_96/safe-edu-h5 ## Basic Information - **Project Name**: safe-edu-h5 - **Description**: 安全微课课程页面h5 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-23 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 昆仑安全微课课程页面h5 ## Vue 3 + Vite + Vant + Pinia + Ts #### vscode插件:Vue Language Features (Volar)、TypeScript Vue Plugin (Volar) #### 页面布局组件page:通过插槽插入header和footer内容,中间需要滚动的内容滚动高度自动计算 #### Util.jump:跳转页面 ### 注意事项: #### node版本:16.14.0 #### 安装: ``` javascript npm install ``` #### 运行: ``` javascript npm run dev ``` #### 打包: ##### 正式环境 | 测试环境 ``` javascript npm run build ``` ### web-utils-super:http://cqkunlun-git/qianduan/web-utils-super ### vant:https://vant-contrib.gitee.io/vant/#/zh-CN/tag ### pinia:https://pinia.vuejs.org/zh/introduction.html ### vue3:https://cn.vuejs.org/guide/introduction.html ### vite:https://vitejs.cn/