Gathering detailed insights and metrics for @wepy/babel-plugin-import-regenerator
Gathering detailed insights and metrics for @wepy/babel-plugin-import-regenerator
Gathering detailed insights and metrics for @wepy/babel-plugin-import-regenerator
Gathering detailed insights and metrics for @wepy/babel-plugin-import-regenerator
npm install @wepy/babel-plugin-import-regenerator
Typescript
Module System
Node Version
NPM Version
JavaScript (97.43%)
Shell (1.52%)
TypeScript (0.63%)
HTML (0.42%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
22,639 Stars
2,454 Commits
3,044 Forks
721 Watchers
32 Branches
166 Contributors
Updated on Jul 11, 2025
Latest Version
2.1.0
Package Id
@wepy/babel-plugin-import-regenerator@2.1.0
Unpacked Size
9.96 kB
Size
2.90 kB
File Count
9
NPM Version
6.14.5
Node Version
12.18.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
3
English | 简体中文
WePY 资源汇总:awesome-wepy
WePY (发音: /'wepi/)是一款让小程序支持组件化开发的框架,通过预编译的手段让开发者可以选择自己喜欢的开发风格去开发小程序。框架的细节优化,Promise,Async Functions 的引入都是为了能让开发小程序项目变得更加简单,高效。
同时 WePY 也是一款成长中的框架,大量吸收借鉴了一些优化前端工具以及框架的设计理念和思想。如果 WePY 有不足地方,或者你有更好的想法,欢迎提交 ISSUE 或者 PR。
1<style lang="less"> 2@color: #4D926F; 3 .num { 4 color: @color; 5 } 6</style> 7<template> 8 <div class="container"> 9 <div class="num" @tap="num++"> 10 {{num}} 11 </div> 12 <custom-component></custom-component> 13 <vendor-component></vendor-component> 14 <div>{{text}}</div> 15 <input v-model="text"/> 16 </div> 17</template> 18<config> 19{ 20 usingComponents: { 21 customComponent: '@/components/customComponent', 22 vendorComponent: 'module:vendorComponent' 23 } 24} 25</config> 26 27<script> 28 import wepy from '@wepy/core'; 29 30 wepy.page({ 31 data: { 32 num: 0, 33 text: 'Hello World', 34 }, 35 }); 36</script>
1npm install @wepy/cli@next -g
1wepy init standard myproject
1cd myproject 2npm install
1wepy build --watch
使用微信开发者工具
新建项目,本地开发选择项目根目录,会自动导入项目配置。
腾讯疫苗查询小程序、 腾讯翻译君小程序、 腾讯地图小程序、 玩转故宫小程序、 手机充值+、 手机余额查询、 手机流量充值优惠、 友福图书馆(开源)、 素洁商城(开源)、 NewsLite(开源)、 西安找拼车(开源)、 深大的树洞(开源)、 求知微阅读(开源)、 给你的 iPhone X 换个发型、 天天跟我买、 坚橙、 群脱单、 米淘联盟、 帮助圈、 众安保险福利、 阅邻二手书、 趣店招聘、 满熊阅读(开源: 微信小程序、支付宝小程序)、 育儿柚道、 平行进口报价内参、 GitHub 掘金版、 班级群管、 鲜花说小店、 逛人备忘、 英语助手君、 花花百科、 独角兽公司、 爱羽客羽毛球、 斑马小店、 小小羽球、 培恩医学、 农资优选、 公务员朝夕刷题、 七弦琴小助手、 七弦琴大数据、 爽到家小程序、 应用全球排行(开源)、 we 川大(开源)、 聊会儿、 诗词墨客(开源)、 南京邮电大学(开源)
...
WePY 交流群已满 500 人,请加 gcaufy_helper 好友或者扫码加好友,验证回复 wepy
按照指引进群。
如果你有好的意见或建议,欢迎给我们提 Issues 或 Pull Requests,为提升微信小程序开发体验贡献力量。
详见:CONTRIBUTING.md
腾讯开源激励计划 鼓励开发者的参与和贡献,期待你的加入。
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/3 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
85 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More