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

fant-next

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

fant-next

A Component Library for Vue.js.

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install fant-next -S
  • Homepage

Quick Start

import Vue from 'vue'
import fant from 'fant-next'

Vue.use(fant)

// or
import {
  Select,
  Button
  // ...
} from 'fant-next'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

Quick build project

vue create --preset qianfan123/fant-pc <project-name>

注意修改上面的 <project-name> 为要创建的文件夹名称

Keywords

eleme

FAQs

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