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
- Host: GitHub
- URL: https://github.com/weiquanju/v-el-table-doc
- Owner: weiquanju
- License: mit
- Created: 2022-02-20T15:03:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T08:55:06.000Z (over 2 years ago)
- Last Synced: 2025-01-25T08:12:42.905Z (over 1 year ago)
- Topics: documentation, form, table, v-el-table, vue-component, vue3, vue3-typescript
- Homepage: https://v-el-table.anbine.com/
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```