Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vect-ui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vect-ui

an UI library based on Vue3 + TS

latest
npmnpm
Version
0.0.1-alpha-init3
Version published
Maintainers
1
Created
Source

Thor UI

an UI library based on Vue3 + TS

安装 Install

use pnpm

pnpm add vect-ui

use npm

npm install vect-ui

use yarn

yarn add vect-ui

快速开始 Quick Start

Introduce the following code into the entry file.

import { createApp } from 'vue'
import App from './App.vue'

import VectUI from 'vect-ui'
import 'vect-ui/dist/theme/index.css'

createApp(App).use(VectUI).mount('#app')

共建指南 Develop Guide:

提交 Commit:

pnpm commit or npm run commit or yarn commit

调试组件 Debug:

根目录运行命令:pnpm run play -> 启动 playground 子包 -> 引入相关组件。

Keywords

vect-ui

FAQs

Package last updated on 04 Dec 2022

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