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

alipay-cloudbase-extension

v0.2.9

Published

The VSCode plugin for developing serverless application.

Downloads

24

Readme

产品介绍

什么是云开发?

支付宝云开发产品是基于 Serverless 的一站式小程序后端服务开发平台,支持动态扩缩容低投入,前后端一体化高效研发,简化开发流程,提高研发效率。

产品特性

  • Serverless:提供云函数、云数据库、云存储、静态托管、Redis 、MySQL 等全备开发套件,开发者无需关心服务器和进行底层设施运维,专注于代码逻辑和业务本身。
  • 成本节约:实时弹性伸缩,轻松应对突发流量,按需付费灵活成本管理,节约起步成本。

产品优势

  • 单一技术栈:小程序前后端同为 JavaScript 开发语言 ,前后端统一技术栈,便于全栈研发。
  • IDE 内一站式开发:小程序的前后端开发、测试、发布、部署都可以在 IDE 端中完成,免登录、免鉴权,单一平台。
  • 免域名注册备案:小程序前端 SDK 直接调用 Function,无需域名注册备案,方便使用。
  • 动态扩缩容:按需付费,后端资源根据业务流量自动扩容,节省用户成本以及平台资源成本。
  • 纯业务开发:纯业务开发没有应用框架学习成本。

快速入门

云开发快速入门,请参见云开发快速入门

使用说明

使用之前应确保您在支付宝小程序云已有账号且创建了应用环境。

插件安装后,需要先扫码登录您的支付宝小程序云账户,并选择关联应用,关联环境。

登录后,会提示您安装 mini.project.json 配置文件,请选择安装;也可在云函数文件夹右键功能菜单选择生成 mini.project.json 配置文件命令来安装

功能列表

云开发功能

  • 登录:支付宝扫码登录到您的支付宝小程序云账号
  • 关联/更新应用:选择您的应用
  • 关联/更新环境:选择您的环境
  • 当前应用环境:查看当前的应用ID和环境ID
  • 同步云函数列表:对云函数文件夹下所有文件增量同步,对本地已修改的云函数文件会有选择是否覆盖的提示框
  • 同步云函数内容:对已选择的单个文件进行增量同步
  • 部署云函数(远程安装node_modules):部署选择的云函数,并远程安装node_modules
  • 部署云函数:部署选择的云函数,使用本地的node_modules
  • 部署全部(远程安装node_modules):部署全部云函数,并远程安装node_modules
  • 新建云函数:本地新建云函数文件后,支付宝小程序云自动同步
  • 执行云函数:执行已选择的云函数
  • 生成 mini.project.json 配置文件:生成云开发必需的配置文件