
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
添加组件、文档开发在docDev目录、vue2_build、vue2.7_build、vue3_build分别为各自调试预览环境。相关启动脚本在项目根目录。 ## 必要的全局安装模块: pnpm、rimraf、serve(用来预览build文档) ## 开始步骤 ``` pnpm i pnpm run dev //启动文档调试,包括组件使用demo pnpm run dev:2 //启动vue2调试环境,如果报错,必须运行下边一行: pnpm re //局部安装vue2 ``` 组
添加组件、文档开发在docDev目录、vue2_build、vue2.7_build、vue3_build分别为各自调试预览环境。相关启动脚本在项目根目录。
pnpm、rimraf、serve(用来预览build文档)
pnpm i
pnpm run dev //启动文档调试,包括组件使用demo
pnpm run dev:2 //启动vue2调试环境,如果报错,必须运行下边一行:
pnpm re //局部安装vue2
组件必须单独提供default暴露组件名称
<script>
export default{
name:'aDemo'
}
</script>
确保vue2的环境正常后,可开始书写文档和调用demo,最后打包发布 pnpm run build:doc 打包文档 pnpm run build 打包组件库
npm view keystar-ui 先看看线上组件版本,发布时注意版本号至少加0.0.1 npm publish 发布组件
FAQs
添加组件、文档开发在docDev目录、vue2_build、vue2.7_build、vue3_build分别为各自调试预览环境。相关启动脚本在项目根目录。 ## 必要的全局安装模块: pnpm、rimraf、serve(用来预览build文档) ## 开始步骤 ``` pnpm i pnpm run dev //启动文档调试,包括组件使用demo pnpm run dev:2 //启动vue2调试环境,如果报错,必须运行下边一行: pnpm re //局部安装vue2 ``` 组
We found that kr-ui-temp 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.