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

volans-extension-uniapp-test

v0.0.12

Published

uni-app 小程序插件,编译 uni-app 工程,生成微信小程序产物

Downloads

18

Readme

uni-app插件使用教程

uni-app跨端小程序插件支持在阿里云小程序开发者工具中将uni-app工程编译为微信小程序,并同时打开微信开发者工具。

确保您安装的是最新版本小程序开发者工具。

步骤一 安装uni-app插件

完成以下操作,安装uni-app插件:

  1. 打开小程序开发者工具,选择小程序云 > uni-app

  2. 在左侧工具栏,单击插件市场图标,单击uni-app插件的安装按钮。

  3. 安装完成后,单击启用

步骤二 配置插件

启用插件后,完成以下步骤配置uni-app插件:

  1. 在IDE上部菜单栏,单击扩展 > uni-app小程序插件 > 打开

    说明: 确保您打开的是小程序uni-app项目工程,否则无法打开uni-app插件配置页面。

  2. 微信开发者工具路径文本框中输入微信开发者工具的安装路径,然后单击保存。 微信开发者工具的默认安装路径如下,请根据实际情况输入。

    • MacOS:/Applications/wechatwebdevtools.app

    • Windows:C:/Program Files(x86)/Tecent/微信web开发者工具 说明:

    • 只有首次使用时需要配置IDE安装路径。

    • 微信开发者工具必须打开服务端口,否则无法唤醒IDE。详细信息,请参见微信 IDE - 安全设置

    如果路径配置正确,在单击保存后,系统会提示更新成功

步骤三 执行编译

完成以下操作,执行uni-app工程编译:

  1. 在uni-app小程序插件页面,单击开始编译

  2. 编译成功后,会自动打开微信小程序开发者工具并加载编译后的微信小程序文件。 您可以在./dist/dev/mp-weixin文件目录下查看微信小程序的相关文件。