
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
cnpm install th3-cli -g
因部分库 需要翻墙安装
主要用于团队构建前端项目 , 方便统一项目管理 , 以及代码规范 , 目标主要功能 :
现在来简单介绍下项目的构成,它主要由这几部分内容构成:
项目搭建
开发环境
项目打包
内容更新
代码校验
分别对应着五个命令:
th3 init
th3 server
th3 build
th3 update(未完成)
th3 lint(未完成)
现在来介绍下这些命令的用法。
// init 项目初始化下载
th3 init
// server
th3 server 开发
th3 server [-p|--port <port>]
// build 打包
th3 build
th3 build [-C|--no-compress]
th3 build [-d|--delete]
th3 update [-a|--all]
//lint
th3 lint
th3 lint [-f|--fix]
.th3furc 配置选项说明
// 移动端VUE 项目的模板
https://www.npmjs.com/package/vue-th3-m
// PC端 VUE 项目的模板 https://www.npmjs.com/package/vue-th3-pc
| 参数 | 说明 |
| ---------- | ------------------ |
| href | hostname |
| port | 端口 |
| proxy | 代理配置 |
| rules | Eslint 的规则配置 |
| webpack | 用来覆盖基础配置 |
| updateList | 配置需要更新的文件 |
| _meta | 元信息 |
FAQs
CLI for scaffolding th3-cli projects , 前端项目, 构建工具
We found that th3-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.