An open API service indexing awesome lists of open source software.

https://github.com/weiquanju/v-el-table-doc

site for v-el-table document
https://github.com/weiquanju/v-el-table-doc

documentation form table v-el-table vue-component vue3 vue3-typescript

Last synced: over 1 year ago
JSON representation

site for v-el-table document

Awesome Lists containing this project

README

          

# v-el-table-doc

site for v-el-table document

see [v-el-table document](http://v-el-table.anbine.com/)

## Contribution

The project is built based on Vuepress 2. Please read the [Vuepress 2 document](https://v2.vuepress.vuejs.org/) first.

The Vue component example uses the plug-in is [vuepress-plugin-demo-code-block](https://github.com/weiquanju/vuepress-plugin-demo-code-block).

### Setup

```bash
npm install
```

### Develop

```bash
npm run dev
```