New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ananas-ui

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ananas-ui

{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}

  • 0.1.9
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-35.9%
Maintainers
0
Weekly downloads
 
Created
Source

Ananas UI

NPM version NPM Downloads Demos GitHub stars

介绍

Ananas UI是一个用于Vue3的轻量UI组件库

颜色有点像热带水果

安装教程

# 使用npm安装
npm i ananas-ui

# 使用yarn安装
yarn add ananas-ui

# 使用pnpm安装
pnpm add ananas-ui

使用教程

import { createApp } from 'vue'
import App from './App.vue'
import AnanasUI from 'ananas-ui'

const app = createApp(App)
app.use(AnanasUI)
app.mount('#app')

文档

Ananas UI 文档

许可证

MIT

FAQs

Package last updated on 28 Sep 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

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