# vxe-table-nuxt
**Repository Path**: x-extends/vxe-table-nuxt
## Basic Information
- **Project Name**: vxe-table-nuxt
- **Description**: Vxe Table module for Nuxt
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-05-29
- **Last Updated**: 2026-06-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://github.com/x-extends/vxe-table-nuxt/stargazers)
[](https://www.npmjs.com/package/vxe-table-nuxt)
[](https://github.com/x-extends/vxe-table-nuxt/actions/workflows/webpack.yml)
[](https://npm-stat.com/charts.html?package=vxe-table-nuxt)
[](https://github.com/x-extends/vxe-table-nuxt/issues)
[](https://github.com/x-extends/vxe-table-nuxt/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/x-extends/vxe-table-nuxt/pulls)
[](https://github.com/x-extends/vxe-table-nuxt/pulls?q=is%3Apr+is%3Aclosed)
[](LICENSE)
# Vxe Table Nuxt
> [Vxe Table](https://vxeui.com) module for [Nuxt](https://nuxt.com)
## Features
- Automatically import components and styles on demand.
## Installation
```bash
npm install vxe-table-nuxt -D
```
## Configuration
```ts
export default defineNuxtConfig({
modules: [
'vxe-table-nuxt',
'vxe-table-nuxt'
],
vxeTableSetting: {
// global: true // 是否全局加载,如果 false 则按需加载
}
})
```
## Usage
```vue
```
Reference [Nuxt documentation](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use.
## Development
- Run `npm run update i` to install the dependencies.
- Run `npm run run` to start playground in development mode.
- Run `npm run build` to build this project.