# vue3_test **Repository Path**: hong-qiqi/vue3_test ## Basic Information - **Project Name**: vue3_test - **Description**: 通过尚硅谷网课学习一下vue3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-06 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习 vue3 ### 下载依赖 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 打包 ``` npm run build ``` ### 自适应尺寸 #### 使用插件 postcss-px-to-viewport #### 使用 UI 框架 vant ``` 插件使用适配vant 375尺寸以及UI稿750尺寸请看设置postcss.config.js px会自动转换成vw ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).