官方文档:Lottie Docs
github 源码:https://github.com/airbnb/lottie-web
更多动画资源参见:Featured animations from our community

通过yarn 进行安装
yarn add lottie-web --save-dev
使用
- <template>
- <div ref="lottie" class="container">
- </div>
- </template>
-
- <script>
- import lottie from 'lottie-web';
- export default {
- name: 'HelloWorld',
- data() {
- return {
- animation:null
- }
- },
- mounted() {
- /*
- 线上动画资源:https://asset