# cli_to_vue2 **Repository Path**: huang-zhenrong/cli_to_vue2 ## Basic Information - **Project Name**: cli_to_vue2 - **Description**: vue2学习vue2学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-25 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, Cli ## README # vue 2 + vue/cli > 练习巩固知识点 ## 搭建步骤 - 获取源码 ```bash git clone https://gitee.com/huang-zhenrong/cli_to_vue2.git ``` - 安装依赖 ```bash npm install ``` - 运行 ```bash npm run serve ``` - 打包 ```bash npm run build ``` ## 知识点 - 虚拟滚动[定高版/不定高版/插件版] - 无缝滚动 - vuex - 组件传值attrs - 组件传值provide - canvas基础 - canvas签名[PC/Mobile] - slot插槽 - 图片懒加载 - 幸运转盘