PocketLibsSEARCH AGGREGATION

首页/精选主题/

PocketLibs

服务器托管

专业资深的架构师咨询团队,量身定制混合云解决方案,细致贴身的项目交付团队,提供项目全生命周期的管理,上云无忧。
PocketLibs
这样搜索试试?

PocketLibs精品文章

  • PocketLibs(3)—— 进度条 NProgress

    依赖jQuery。 import nprogress from nprogress import nprogress/nprogress.css $(#btn-loading).on(click, function () { nprogress.start() setTimeout(() => { nprogress.done() }, 3000); })...

    crossoverJie 评论0 收藏0
  • PocketLibs(2)—— 请求相关 path-to-regexp

    code in here使用path-to-regexp,我们可以在路径字符串中使用正则。如/:foo*/:bar?、/icon-:foo(d+).png等。像express、vue好多框架都引用它做路径匹配,看一看,一劳永逸。 直接调用构造函数使用,一个可能含某种匹配模式的路径字符串...

    Prasanta 评论0 收藏0
  • PocketLibs(1)—— 动画 tween.js

    如何运行的? new Vue({ el:#app-1, data:{ position:{ distance:10, height:30, } }, methods:{ flying:function(){ var targetPos = {dis...

    ShowerSun 评论0 收藏0
  • 路由

    ...配,vue-router使用path-to-regexp动态匹配请求路径,具体查看PocketLibs(2)—— 请求相关 path-to-regexp //router.js //...... { path: /interaction, component: UserInteraction, children: [ { path:...

    Aklman 评论0 收藏0

推荐文章

相关产品

<