Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
generator-kscpm
Advanced tools
前端工程创建器,基于 yeoman 4.0。 node 版本推荐 12.0 +
使用npm 安装Yeoman、generator-kscpm
npm install -g yo
npm install -g generator-kscpm
如果你不想用了 , 试试提一个Issue , 实在不行的话 , 你还可以这样
#uninstall shell
npm uninstall -g generator-kscpm
npm uninstall -g yo
# 执行shell
yo kscpm #将会列出可选的所有创建器列表
yo kscpm:vue3:graphql # Vue3 + Graphql 前端项目( Node16+ )
yo kscpm:vue # Vue2.0前端项目
yo kscpm:vue3 # Vue3.0、TypeScipt4、Vuex4前端项目
yo kscpm:vue:ts #Vue2 、TypeScript
yo kscpm:page # Vue2 SPA
yo kscpm:component # Vue2 Component
yo kscpm:store # Vue2 vuex
yo kscpm:website # website类型
yo kscpm:tsNode # Node服务
yo kscpm:kpc:component # KPC1.0 模板工具
yo kscpm:intact #将会执行intact前端项目的创建
yo kscpm:ns #将会执行node server的创建
...
生成项目后内部README.md有详细的目录结构说明
,使用说明
,注意事项
- ``
- `kscpm:vue3:graphql` Vue3+Graphql
- `kscpm:intact` Intact驱动的前端项目
- `kscpm:intact:component` Intact组件 须在Intact前端项目根目录下执行 , 将会创建在`src/components`目录下
- `kscpm:intact:page` Intact页面 须在Intact前端项目根目录下执行 , 将会创建在`src/pages`以及`src/router`目录下
- `kscpm:vue:component` Vue组件 须在Vue前端项目根目录下执行 , 将会创建在`src/components`目录下
- `kscpm:vue:page` Vue页面 须在Vue前端项目根目录下执行 , 将会创建在`src/pages`以及`src/router`目录下
- `kscpm:vue` Vue驱动的前端项目
- `kscpm:ns` Koa驱动的NodeJS服务
- `kscpm:vue:ts` Vue+TypeScript驱动的前端项目
FAQs
这是一个用于初始化项目的工具 , 基于 yeoman
We found that generator-kscpm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.