1.0.16 • Published 2 years ago

@charlesliuy/test-sfc-cli v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago