@charlesliuy/test-sfc-cli
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @charlesliuy/test-sfc-cli

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

22.4 kB

Total Files

9

Last publish

Collaborators

  • charlesliuy