摘要:
npm install --save-dev outils 阅读全文
摘要:
npm install cropperjs 阅读全文
摘要:
npm install file-saver 阅读全文
摘要:
npm install xlsx 阅读全文
摘要:
npm i sortablejs -S <template> <div ref="box"> <div data-id="a">a</div> <div data-id="b">b</div> <div data-id="c">c</div> </div> </template> <script> 阅读全文
摘要:
cnpm install vue-typed-js <vue-typed-js class="desc" :strings="typingTexts" :loop="true" :startDelay="300" :typeSpeed="100" :backSpeed="50" > <span cl 阅读全文
摘要:
vue-count-to import CountTo from 'vue-count-to' components: { CountTo } <CountTo :startVal='startVal' :endVal='endVal' :duration='duration' /> 阅读全文
摘要:
VueScrollReveal delay: 0, // 延迟 distance: '0px', // 相对于原出现位置的距离 duration: 600, // 动画多长时间完成 easing: 'cubic-bezier(0.5, 0, 0, 1)', // 动画速度曲线 interval: 0 阅读全文
摘要:
dom-to-image 一个可以将任意DOM节点转换为用JavaScript编写的矢量(SVG)或光栅(PNG或JPEG)图像的库 阅读全文