All Projects → hzzly → Vue Particle Line

hzzly / Vue Particle Line

🌈一个Vue+Cnavas酷炫背景粒子线条

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Particle Line

Electron Vue Cloud Music
🚀Electron + Vue 仿网易云音乐windows客户端
Stars: ✭ 1,894 (+319.96%)
Mutual labels:  canvas, vue-router
Vuet
允许你定义飙车过程的集中式状态管理模式
Stars: ✭ 430 (-4.66%)
Mutual labels:  vue-router
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+955.65%)
Mutual labels:  canvas
Cheetah Grid
The fastest open-source data table for web.
Stars: ✭ 417 (-7.54%)
Mutual labels:  canvas
Vue2 Echo
基于vue2 + vue-router + vuex 构建的一个音乐类单页面应用 —— echo回声
Stars: ✭ 408 (-9.53%)
Mutual labels:  vue-router
Pts
A library for visualization and creative-coding
Stars: ✭ 4,628 (+926.16%)
Mutual labels:  canvas
Rustynes
👾 An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (-11.53%)
Mutual labels:  canvas
Zerker
Zerker is a lightweight and powerful flutter graphic animation library
Stars: ✭ 435 (-3.55%)
Mutual labels:  canvas
Music Player
Vue高仿网易云音乐(Vue入门实践)——在线预览 -- 暂时停止
Stars: ✭ 428 (-5.1%)
Mutual labels:  vue-router
Ipycanvas
Interactive Canvas in Jupyter
Stars: ✭ 416 (-7.76%)
Mutual labels:  canvas
Fans
这是一个app(android/iOS)项目,但页面视图全部都用的是html5页,没有使用app的原生页面。 前端h5是基于mui + vue2 + vue-router2 + es6 + webpack2 + vuex + signalR 的前端webApp单页项目框架,项目可以直接在PC上运行html5页面。 app打包技术是用HBuilder IDE工具一键打包成APP。
Stars: ✭ 416 (-7.76%)
Mutual labels:  vue-router
Planck.js
2D JavaScript Physics Engine
Stars: ✭ 4,149 (+819.96%)
Mutual labels:  canvas
Indoor3d
a js lib based on three.js to show 3D indoor map
Stars: ✭ 425 (-5.76%)
Mutual labels:  canvas
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (-9.98%)
Mutual labels:  vue-router
Vue Family Mindmap
用一张思维导图总结了 Vue | Vue-Router | Vuex 源码与架构要点。
Stars: ✭ 432 (-4.21%)
Mutual labels:  vue-router
Jsnes Web
A browser UI for JSNES, a JavaScript NES emulator
Stars: ✭ 398 (-11.75%)
Mutual labels:  canvas
Pixelcraft
A Pixel Art Editor
Stars: ✭ 413 (-8.43%)
Mutual labels:  canvas
Netease yanxuan
vue版网易严选,体验网易严选购物流程,线上访问:http://zhaoboy.bid/yanxuan/#/
Stars: ✭ 417 (-7.54%)
Mutual labels:  vue-router
Blog Client
使用vue全家桶制作的博客前台页面
Stars: ✭ 443 (-1.77%)
Mutual labels:  vue-router
Lena.js
👩 Library for image processing
Stars: ✭ 432 (-4.21%)
Mutual labels:  canvas

vue-particle-line

NPM version MIT Licence

How to use

npm install vue-particle-line --save

Main.js file

import Vue from 'vue'
import vueParticleLine from 'vue-particle-line'
import 'vue-particle-line/dist/vue-particle-line.css'
Vue.use(vueParticleLine)

App.vue file - Simple example

<template>
  <div id="app">
    <vue-particle-line>
      <router-view />
    </vue-particle-line>
  </div>
</template>

Props

Prop Type Default Description
lineWidth Number 0.3 connect line width
dotsNumber Number 100 dot number
dotsDistance Number 100 far as points to connect
hoverEffect Boolean true mouse hover events

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].