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

h5pack

v0.0.4

Published

快速将H5打包成app的工具

Downloads

3

Readme

即兴的产物,h5pack 是一个跨平台(支持mac/windows)的app打包工具,只需简单的配置和一个指令,即可将 H5 直接打包成 Android APK

demo

一个常规的网页,可将其打包为一个App

image-20240718162604678

打包效果

image-20240718165914875

App效果

image-20240718165708410

视频效果

GitHub:h5pack-core 传送门

issues 是第一生产力!😄

知识星球:传送门

大兄弟们聚过来,这件事很重要 🎉🎉🎉

(如果觉得不错 👍,给个 star ⭐ 吧,你的认可是我最大的动力 !)

使用:

  1. 安装
pnpm add h5pack
  1. 配置

项目根目录下新建 h5pack.json 并做如下配置:

具体配置信息见:传送门

{
	"entry": "./dist", // h5项目打包入口
  "name": "newApp", // app包名
	"splash": "./public/vite.svg", // app splash 启动页logo
	"output": "./", // 打包完成后app 输出位置
	"log": false, // 是否开启完整打包日志
}

package.json 中增加如下脚本:

"scripts": {
  "compress": "npx h5pack"
}
  1. 运行
npm run compress

相关依赖

App的打包依赖于另外一个仓库 h5pack-native 使用的同学需要安装最基础的安卓环境

  • node20yarn

  • javaJDK17

  • Android SDK Platform 34

具体环境可以看参考文档

其他内容

不定期在 B 站直播写代码,欢迎有兴趣的小伙伴们前来围观,期待你们的关注~

B 站个人主页

我有个前端交流群,平时大家一起讨论技术和交流 bug,有兴趣的小伙伴欢迎加入。(vx 添加:ysh15120)