npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vt-fast

v0.1.20

Published

vt-fast

Downloads

437

Readme

仓库地址 [email protected]:x7b/vt-fast.git

1.查兼容性的网址: https://caniuse.com/ 2.高量级任务执行优化: 在不阻塞或者卡顿的前提下,完成任务的渲染 requestAnimationFrame requestIdleCallback 3.二封组件:需要将原组件的属性(v-bind:$attr) 方法(提升到封装层的ref) 插槽( v-for循环$slot) 4.watchEffect 只收集同步代码依赖 如果里面写了异步方法 那么依赖放到异步方法之前写一下就可以触发 5.静态资源动态访问 6.高阶函数 7.高阶函数应用---并发队列 8.高阶函数应用---防抖 9.高阶函数应用---动画 10.高阶函数应用---参数归一化 11.高阶函数应用---惰性函数
12.分时函数 13.保持图片清晰 js实现需要监控元素变化

ChaozhouInvestmentMap-clinet()

  • 使用技术:uniapp 和 uView_v2
  • 开发工具:
    • 开发、运行:VScode
    • manifest.json配置、发行:HBuilderX
  • 发布端:``

🌈 项目进度

================================

# 首页

## 投资政策 ✅



# 我要咨询 ✅

================================

👷 项目成员

  • 项目经理: ``

  • 前端: ``

  • 后端: ``

  • 设计: ``

📃 项目文档

🏭 页面路径

┌── api -- 接口
├── components -- 复用组件
├── mixins -- js混入
├── pages -- 页面组件
├── static -- 静态文件
    ├── icon -- 存储小图标
    └── img -- 存储图片
├── store -- vuex
├── style -- 样式
├── uni_modules -- uni插件文件
├── unpackage -- uniapp打包运行相关文件
└── utils -- 共用js方法