# test-skucomponent **Repository Path**: HaushoLin/test-skucomponent ## Basic Information - **Project Name**: test-skucomponent - **Description**: 测试vant4sku组件的示例项目,Vue3的 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 这是一个使用vant4sku组件的代码示例项目,主要功能是实现商品 sku 的选择和提交。 ## 技术栈 - Vue3 - TypeScript - Vite - Node 20.18.3 - vant4sku - vant4 组件库 - postcsspxtoviewport自适应插件 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ```