🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@yeahka/vantify

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yeahka/vantify

Mobile UI Components built on Vue

latest
npmnpm
Version
1.0.5
Version published
Maintainers
2
Created
Source

Install

Using pnpm:

# with pnpm
pnpm install

pnpm run dev

Quickstart

import { createApp } from 'vue';
// 1. Import the components you need
import { Button } from '@yeahka/vantify';
// 2. Import the components style
import '@yeahka/vantify/lib/index.css';

const app = createApp();

// 3. Register the components you need
app.use(Button);

Keywords

ui

FAQs

Package last updated on 05 Jan 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