webniyeye-ui

1.0.1 • Public • Published

webniyeye

Project setup

cnpm i webniyeye-ui -S

使用

在src/main.js
import QfUI from '@/qfui';
Vue.use(QfUI);

Compiles and hot-reloads for development

cnpm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

按钮

<el-row>
    <el-button>默认按钮</el-button>
    <el-button type="primary">主要按钮</el-button>
    <el-button type="success">成功按钮</el-button>
    <el-button type="info">信息按钮</el-button>
    <el-button type="warning">警告按钮</el-button>
    <el-button type="danger">危险按钮</el-button>
  </el-row>

分页

<el-pagination
    layout="prev, pager, next"
    :total="50">
  </el-pagination>

Readme

Keywords

Package Sidebar

Install

npm i webniyeye-ui

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.47 MB

Total Files

10

Last publish

Collaborators

  • wbqkdnyfather