Skip to content
On this page

安装

准备工作

  • NodeJs 版本 16 或更高版本
  • Vue 版本 2.7 或更高版本
  • 项目根目录创建.npmrc
sh
# 添加私有仓库地址
registry=http://101.133.232.103:9873/ 

npm安装

sh
# 推荐使用 pnpm 安装
pnpm add cat-sfc
sh
# 推荐使用 pnpm 安装
npm install cat-sfc
sh
# 推荐使用 pnpm 安装
yarn add cat-sfc

Released under the MIT License.