Gathering detailed insights and metrics for wenke-dev
Gathering detailed insights and metrics for wenke-dev
npm install wenke-dev
Typescript
Module System
Node Version
NPM Version
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
83,389
Last Day
7
Last Week
20
Last Month
783
Last Year
3,973
MIT License
14 Stars
485 Commits
6 Forks
13 Watchers
16 Branches
16 Contributors
Updated on Dec 06, 2022
Latest Version
13.2.5
Package Id
wenke-dev@13.2.5
Unpacked Size
286.15 kB
Size
69.18 kB
File Count
56
NPM Version
8.1.2
Node Version
16.13.1
Cumulative downloads
Total Downloads
Last Day
75%
7
Compared to previous day
Last Week
-66.1%
20
Compared to previous week
Last Month
59.8%
783
Compared to previous month
Last Year
-39.4%
3,973
Compared to previous year
50
wenke-dev 实时开发辅助工具:
npm install -g wenke-dev
wenke-dev -w Node.js工程目录(同时构建多个工程请用"," 英文逗号分隔)
在 Node.js 模板中引入的 JS 主要有 2 种情况:
直接引入 CDN 中的 JS, 这种引入方法会被 wenke-dev 排除在编译列表之外;
具体页面入口 JS 文件, 例如:
<script src="/sf/deploy/js/project1/page1/bundle.js"></script>
注意: 项目中页面入口文件名必须为: main.js,main.js构建后会在deploy目录下生成bundle.js。
Node.js 工程下的模板文件目录必须要有 src 目录,如下:
views
└─src
构建后的模板文件会放置在与 src 同级目录下的 deploy 目录,无需用户手动创建,构建时会自动建立,编译后的目录结构如下:
views
├─deploy
└─src
静态资源根目录下必须要有 src 目录,例如静态资源根目录为 static 的话,如下:
static
└─src
由于使用了webpack-dev-server构建静态资源,因此需要在本地配置转发规则。
Node.js工程文件目录(同时构建多个工程请用"," 英文逗号分隔)
livereload 服务端口, 默认为: 8999
common-library工程路径
启用热更新与内存IO
启用esbuild
启用speed-measure-webpack-plugin
启用webpack-bundle-analyzer
禁用强制更新
欢迎大家将使用 wenke-dev 中遇到的任何问题提交给我,提问地址:Report an issue
如果您发现了代码中的问题,可以 New pull request
wenke-dev 使用 MIT License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 1/29 approved changesets -- score normalized to 0
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-10
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