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 - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

19

package.json
{
"name": "ananas-ui",
"version": "0.0.6",
"version": "0.0.7",
"main": "./dist/ananas-ui.umd.js",

@@ -18,2 +18,10 @@ "module": "./dist/ananas-ui.js",

"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist",
"prepublish": "pnpm run build",
"publish": "pnpm publish --access=public"
},
"dependencies": {

@@ -36,10 +44,3 @@ "@fontsource/fira-mono": "^5.0.15",

"vite-plugin-md": "^0.22.5"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist",
"prepublish": "pnpm run build"
}
}
}

@@ -1,1 +0,41 @@

![Home](/assets/img_1.png)
# Ananas-UI
# 介绍
Ananas UI是一个用于Vue3的轻量UI组件库
> 好吧,颜色有点像热带水果
## 安装教程
```bash
// 使用npm安装
npm i ananas-ui
// 使用yarn安装
yarn add ananas-ui
// 使用pnpm安装
pnpm add ananas-ui
```
## 使用教程
```javascript
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 文档](https://zjxzjw.github.io/Ananas-UI/)
## 许可证
[MIT](./LICENSE)
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