1.0.16 • Published 3 years ago

@charlesliuy/test-sfc-cli v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

test-sfc-cli

Build Status

NPM Version NPM License PRs Welcome Automated Release Notes by gren

开发 Vue 组件

Table of Contents

Introduction

测试使用 vue-sfc-cli 脚手架开发 Vue 组件

⬆ Back to Top

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()

⬆ Back to Top

Install

Encourage using Yarn to install

yarn add @charlesliuy/test-sfc-cli

⬆ Back to Top

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>

⬆ Back to Top

Links

⬆ Back to Top

Reference

⬆ Back to Top

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.

⬆ Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):

⬆ Back to Top

License

MIT

⬆ Back to Top

1.0.16

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago