# wupeng-engineer.github.io **Repository Path**: wupeng-engineer/wupeng-engineer.github.io ## Basic Information - **Project Name**: wupeng-engineer.github.io - **Description**: wupeng-engineer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-19 - **Last Updated**: 2021-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yidie.github.io ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 公共样式common.less 1.圆角border-radius:3px; 2.边框:border:1px solid #ddd; 3.input高度为30px; ### 滚动条组件 ``` npm i vue-gemini-scrollbar --save ``` ###粒子背景 ```` npm install vue-particles --save-dev import VueParticles from 'vue-particles' Vue.use(VueParticles) color: String类型。默认'#dedede'。粒子颜色。 particleOpacity: Number类型。默认0.7。粒子透明度。 particlesNumber: Number类型。默认80。粒子数量。 shapeType: String类型。默认'circle'。可用的粒子外观类型有:"circle","edge","triangle", "polygon","star"。 particleSize: Number类型。默认80。单个粒子大小。 linesColor: String类型。默认'#dedede'。线条颜色。 linesWidth: Number类型。默认1。线条宽度。 lineLinked: 布尔类型。默认true。连接线是否可用。 lineOpacity: Number类型。默认0.4。线条透明度。 linesDistance: Number类型。默认150。线条距离。 moveSpeed: Number类型。默认3。粒子运动速度。 hoverEffect: 布尔类型。默认true。是否有hover特效。 hoverMode: String类型。默认true。可用的hover模式有: "grab", "repulse", "bubble"。 clickEffect: 布尔类型。默认true。是否有click特效。 clickMode: String类型。默认true。可用的click模式有: "push", "remove", "repulse", "bubble"。 ```` ##提交dist 到 github gh-pages ``` git subtree push --prefix dist origin gh-pages ``` ##markdown ``` npm install mavon-editor --save ```