# Side Menu Bar **Repository Path**: Apophisdeity/side-menu-bar ## Basic Information - **Project Name**: Side Menu Bar - **Description**: vue版本的伸缩侧边栏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-03-04 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # menu ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### vs code 启动 执行`npm install`,如果失败,则执行`npm run build`,最后执行`npm run serve`