Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@aliedu/app-release-open
Advanced tools
该工程为页面(page)工程,开发完成后,需要通过发布 npm 包的方式集成到应用主工程中
新建代码库(请找 竹杖 开权限) 将代码库建在对应的分组中 仓库地址:
请完成全局设置 git config --global user.name "你的名字" git config --global user.email "你的邮箱"
工程初始化后,第一步请先完成 git 的出初始化:
`cd 到当前的工程目录
git init
git add .
git commit '项目初始化' `
关联 git 仓库
git remote add origin 远程仓库地址
git push -u origin master
参考 pages 中的 Demo1 来完成一个完整的页面书写
在 routes.ts 添加你的页面路由(参考 Demo1 和 Demo2 的路由配置)
页面开发完成后
构建:npm run build
发布: npm login - 使用自己的 https://www.npmjs.com/ 在本地登录
npm publish
在需要的应用中使用 npm install @aliedu/xxx --save 的方式安装以集成该页面
参考文档 https://yuque.antfin-inc.com/docs/share/af2ae56b-1e5b-43e0-a0b8-e96795827a6b?# 《工程开发文档 - PC 端 web》
FAQs
The npm package @aliedu/app-release-open receives a total of 35 weekly downloads. As such, @aliedu/app-release-open popularity was classified as not popular.
We found that @aliedu/app-release-open demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.