vue-canvas-effect
A simple, canvas effect collection for Vue.js
🌾 online demo | 📘 中文文档
Browser support
![]() IE |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() iOS |
![]() Android |
---|---|---|---|---|---|
IE9+ | ✓ | ✓ | ✓ | ✓ | ✓ |
Installation
NPM
npm install vue-canvas-effect --save
Usage
ES6
On demand(Recommend ways)
First, install babel-plugin-import
npm install babel-plugin-
Then edit .babelrc
// .babelrc "plugins": "import" "libraryName": "vue-canvas-effect" "libraryDirectory": "src/components"
Next, if you need neon, edit main.js
;Vue;`or`Vue; el: '#app'
Fully import(no recommend ways)
;Vue el: '#app'
normal use (script tag)
...
Component List
Changelog
See the GitHub release history.
Contribution
Welcome to give some Suggestions and optimizations, and look forward to your Pull Request
.
TKS
License
vue-seamless-scroll is open source and released under the MIT License.