-
Vue-burger-menu是一个带有::hamburger:图标的画布侧边栏Vue组件,访问地址为https
资源介绍
汉堡菜单
画布侧边栏Vue组件,具有使用CSS过渡和SVG路径动画的效果和样式的集合。
演示与范例
现场演示-https:
要在本地构建示例,请运行:
npm i
npm run serve
yarn
yarn serve
然后在浏览器中打开
安装
npm install vue-burger-menu --save
yarn add vue-burger-menu
用法
项目应作为组件的子元素传递
import { Slide } from 'vue-burger-menu' // import the CSS transitions you wish to use, in this case we are using `Slide`
export default {
components : {
Slide // Register your compo