@charlesliuy/test-sfc-cli
v2.0.1
Published
test-sfc-cli for Vue
Downloads
4
Readme
test-sfc-cli
开发 Vue 组件
Table of Contents
Introduction
测试使用 vue-sfc-cli 脚手架开发 Vue 组件
Features
- Use configuration to call restful api to complete CRUD functions
- Support table display tree structure data
- Bound with pagination logic
- Support custom column buttons, and custom operation functions
- Support saving query on url, which can resotre search status after history.go(-1) or location.reload()
Install
Encourage using Yarn to install
yarn add @charlesliuy/test-sfc-cli
Quick Start
Global Register Component
import Vue from 'vue'
import TestSfcCli from '@charlesliuy/test-sfc-cli'
Vue.use(TestSfcCli)
Template
<template>
<test-sfc-cli></test-sfc-cli>
</template>
Links
Reference
Contributing
For those who are interested in contributing to this project, such as:
- report a bug
- request new feature
- fix a bug
- implement a new feature
Please refer to our contributing guide.
Contributors
Thanks goes to these wonderful people (emoji key):