iview-extends2
v1.0.62
Published
[![Build Status](https://travis-ci.org/legend1992/iview-extend.svg?branch=unit-test2)](https://travis-ci.org/legend1992/iview-extend) [![codecov](https://codecov.io/gh/legend1992/iview-extend/branch/unit-test2/graph/badge.svg)](https://codecov.io/gh/legen
Downloads
23
Readme
iview-extend
Project setup
本项目是基于iview开发,使用前请先在main.js写入语句
import iview from 'iview';
import 'iview/dist/styles/iview.css';
Vue.use(iview);
再写入
import 'iviewExtends2' from 'iview-extends2';
import 'iview-extends2/src/styles/iview-extends2.css';
Vue.use(iviewExtends2);
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint