# 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 [![github star](https://img.shields.io/github/stars/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/stargazers) [![npm version](https://img.shields.io/npm/v/vxe-table-nuxt.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table-nuxt) [![NodeJS with Webpack](https://github.com/x-extends/vxe-table-nuxt/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table-nuxt/actions/workflows/webpack.yml) [![npm downloads](https://img.shields.io/npm/dt/vxe-table-nuxt.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table-nuxt) [![issues](https://img.shields.io/github/issues/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/issues) [![issues closed](https://img.shields.io/github/issues-closed/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/issues?q=is%3Aissue+is%3Aclosed) [![pull requests](https://img.shields.io/github/issues-pr/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/pulls) [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/pulls?q=is%3Apr+is%3Aclosed) [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](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.