
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@zhaohui18755177994/cli
Advanced tools
学习如何从零开始搭建一个工程样板。
你需要安装 [Node.js][nodejs] 的版本为 10+ (本人开发是版本号为 12.19.0)
克隆此仓库后运行:
# 安装依赖
$ npm install
# 构建开发环境,监听 /src 文件变化
$ npm run dev
# 构建用于生产用的压缩代码
$ npm run build
# 生成文档
$ npm run build:doc
在 package.json 文件的 scripts 部分还有一些其他脚本可用.
# 更新版本,内置代码检查
$ npm version <newversion|major|minor|patch>
# 发布包,内置代码构建
$ npm publish
查看 npm 文档 了解更多
FAQs
We found that @zhaohui18755177994/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.