Socket
Book a DemoInstallSign in
Socket

@zat-design/sisyphus-vue

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zat-design/sisyphus-vue

> 本项目简单使用 yarn workspace 功能(需安装 yarn),使用 Module Federation 为其他项目提供组件

latest
npmnpm
Version
0.0.2
Version published
Maintainers
0
Created
Source

经代公共组件

本项目简单使用 yarn workspace 功能(需安装 yarn),使用 Module Federation 为其他项目提供组件

项目

  • packages: 公共组件开发目录
  • demo: 组件引入开发测试/demo
  • docs: 文档目录

启动脚本

# 安装
yarn install

# 启动组件开发
npm run dev

# 构建所有项目
npm run build

# 组件构建
npm run build:lib

# 组件远程测试
npm run preview:lib

# 文档开发
npm run dev:docs

# 文档构建
npm run build:docs

使用

项目 packages

项目 demos

使用公共组件说明, 基础组件已经全局引入

import { AgencyTree, isNumber, useTable } from '@zat-design/sisyphus-vue';

开发规范

使用规范

FAQs

Package last updated on 20 Aug 2024

Did you know?

Socket

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.

Install

Related posts