Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xmcomp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmcomp

一个 **Vue3** 组件库开发环境框架,采用最新的 `Vite4+TypeScript` 为技术栈,支持`按需加载`,`单元测试`,`自动打包与发布`等功能,专注于业务组件的开发。

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

xmcomp

一个 Vue3 组件库开发环境框架,采用最新的 Vite4+TypeScript 为技术栈,支持按需加载,单元测试,自动打包与发布等功能,专注于业务组件的开发。

快速启动

  • 安装 pnpm
npm install pnpm -g
  • 安装依赖
pnpm install
  • 打包组件库与工具库
pnpm run build:xmcomp
  • 启动测试项目
pnpm run xmcomp:dev
  • 启动静态文档站点
pnpm run docs:dev

引用

npm install xmcomp -g

页面引入

<template>
  <div>
    <Button>123</Button>
  </div>
</template>
<script lang="ts" setup>
import { Button } from 'xmcomp/components';
</script>

FAQs

Package last updated on 08 Aug 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc