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/core

v1.3.30

Published

Joker 是一个框架平台,旨在为所有开发场景提供支持。其中,Joker.front 是 Joker 平台下的前端开发框架,它提供标准化的前端开发标准,使用面向对象、组件化的编程模型,帮助你高效地开发用户界面。无论是简单还是复杂的界面,Joker.front 都可以轻松应对。

Downloads

1,047

Readme

Joker

Joker 是一个框架平台,旨在为所有开发场景提供支持。其中,Joker.front 是 Joker 平台下的前端开发框架,它提供标准化的前端开发标准,使用面向对象、组件化的编程模型,帮助你高效地开发用户界面。无论是简单还是复杂的界面,Joker.front 都可以轻松应对。

什么是 Joker?

Joker 是一个框架平台,旨在为所有开发场景提供支持。其中,Joker.front 是 Joker 平台下的前端开发框架,它提供标准化的前端开发标准,使用面向对象、组件化的编程模型,帮助你高效地开发用户界面。无论是简单还是复杂的界面,Joker.front 都可以轻松应对。

Joker 是一个基于 TypeScript 构建的全能开发平台。无论是应对简单的界面开发需求,还是处理复杂的用户界面,都能展现出卓越的性能和稳定性。它涵盖了以下重要特性:

  • 强大的可扩展性:Joker 提供基于组件的框架,平台设计之初就考虑到了扩展性,因此可以轻松地集成到现有的项目或系统中,支持可伸缩的 Web 应用构建,可以根据项目需求进行定制化开发。

  • 丰富的组件库:Joker.front 提供了一套丰富的前端组件库,包括路由、脚手架等经过精心设计和优化的功能和 UI 组件可以帮助开发者快速构建出美观且高性能的用户界面。

  • 完善的开发工具:为了进一步提升开发效率,Joker 还提供了一系列配套的开发工具,包括调试工具、构建工具等,这经过深思熟虑后设计出来工具旨在让开发过程变得更加顺畅,助力开发者可以准确快速的开发、构建、测试和更新代码。

  • Class API:Joker 基于 Typescript 作为脚本开发标准,采用标准的 Class API 作为开发规范,更符合面向对象开发要求。

  • 响应性:Joker 会自动跟踪 JavaScript 状态并在其发生变化时响应式地更新 DOM,其中响应更新是即时的,不存在虚拟 DOM 的差异对比。

如何使用

你可以使用 Joker CLI 来创建项目,生成应用和库代码,以及执行各种持续开发任务,比如测试、打包和部署。

要安装 Joker CLI,请打开终端/控制台窗口,并运行如下命令:

pnpm i -g @joker.front/cli
  1. 运行 CLI 命令 joker create 并提供 my-app 名称作为参数,如下所示:
joker create my-app
  1. 在 my-app 工作目录下,安装依赖
cd my-app

pnpm i

CLI 会创建一个新的工作区和一个简单的欢迎应用,你可以随时运行它。

运行应用

Joker CLI 中包含一个服务器命令 以及 构建命令,服务器命令可以方便你在本地构建和提供应用。

我们默认提供了devbuild两个命令,分别代表开发环境和代码构建。

  1. 导航到 workspace 文件夹,比如 my-app。
cd my-app
  1. 运行下列命令:
npm run dev

成功运行后,会开到一个简单的示例页面。

文档

官网