Socket
Book a DemoInstallSign in
Socket

aaaaaa-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

aaaaaa-ui

A material like components library for vue2

0.0.3
unpublished
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

VARLET-VUE2

Material design mobile component library for Vue2

Documentation(Vercel) | Documentation(Gitee) | 中文README

version ci vue licence coverage gzip ci

Intro

Varlet-vue2 is a Material design mobile component library developed based on Vue2, developed and maintained by partners in the community.

Features

  • 🚀 Provide 50 high quality general purpose components
  • 🚀 Components are very lightweight
  • 💪 Developed by Chinese, complete Chinese and English documentation and logistics support
  • 🛠️ Support on-demand introduction
  • 🛠️ Support theme customization
  • 🌍 Support internationalization
  • 💡 Support WebStorm, VS Code component syntax highlighting
  • 💪 Support the SSR
  • 💡 Support the Typescript
  • 💪 Make sure more than 90 percent unit test coverage, providing stability assurance
  • 🛠️ Support dark mode

Install

CDN

varlet.js component functions have been completed, and unit testing is in progress, recommended for internal testing

<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14"></script>
<script src="https://cdn.jsdelivr.net/npm/@varlet-vue2/ui/umd/varlet.js"></script>
<script>
  Vue.use(Varlet)

  new Vue({
    template: '<var-button>Button</var-button>'
  }).$mount('#app')
</script>

Webpack / Vite

# Install with npm or yarn or pnpm

# npm
npm i @varlet-vue2/ui -S

# yarn
yarn add @varlet-vue2/ui

# pnpm
pnpm add @varlet-vue2/ui
import App from './App.vue'
import Varlet from '@varlet-vue2/ui'
import Vue from 'vue'
import '@varlet-vue2/ui/es/style.js'

Vue.use(Varlet)

new Vue({
  render: (h) => h(App)
}).$mount('#app')

Contributors

Keywords

Vue2

FAQs

Package last updated on 25 Oct 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.