Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iview-fast

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iview-fast

基于iView封装的快速生成基础后台管理页面的组件

  • 0.4.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

iview-fast

详细文档:http://iview-fast.pages.oa.com/

起步

安装

$ npm install view-design --save
$ npm install iview-fast --save

使用

/* main.js */

import Vue from 'vue'
import ViewUI from 'view-design';
import 'view-design/dist/styles/iview.css';
import iViewFast from 'iview-fast';

Vue.use(ViewUI);
Vue.use(iViewFast);

new Vue({
   xxxx
}).$mount('#app');

注意:iview-fast是基于iview的组件,所以需要先安装iview,最近版本的iview已经把包名改为view-design了,这点需要注意哦

FAQs

Package last updated on 28 Oct 2020

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