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

@joker.front/cli

v1.1.135

Published

下一代前端工具链:快速、高效、适配。

Downloads

94

Readme

Joker CLI 脚手架项目

下一代前端工具链:快速、高效、适配。

特点

  • ESM(模块化)支持: Joker CLI 支持 ESM(EcmaScript Modules)模式,这意味着它可以利用最新的 JavaScript 模块标准,提供按需编译功能。这种模式不仅提高了加载效率,还确保了只有用户实际需要的代码被编译和解析,从而显著提升了应用的响应速度和性能。
  • 前端入口依赖异步静态扫描: 采用异步方式对前端入口依赖进行静态扫描,可以在不阻塞主线程的情况下执行,这使得三方依赖的预编译成为可以被直接运行的文件。这一特性尤其在冷启动时表现突出,能够极大地减少应用启动时间,优化用户体验。
  • 热更新功能: 支持热更新意味着开发者在应用运行时可以实时看到代码更改的效果,无需重新加载页面或重启应用,这对于提高开发效率和迭代速度至关重要。
  • 遵循 rollup 插件规范: 使用 rollup 插件规范意味着 Joker CLI 可以与广泛使用的 rollup 插件生态系统无缝集成,为开发者提供极大的灵活性和扩展性。
  • 生产构建支持: Joker CLI 支持生产环境的构建,这意味着它能够生成用于生产环境的优化代码,帮助开发者创建高性能、优化的应用程序。

安装使用

pnpm add @joker.front/cli

提供 server、build 两种命令,分别代表开发和生产构建,内部集成了对 Joker SFC 文件的解析。

文档

官网

帮助文档