{"id":50493488,"url":"https://github.com/x-extends/vxe-table-nuxt","last_synced_at":"2026-06-02T05:00:50.800Z","repository":{"id":361136644,"uuid":"1253156209","full_name":"x-extends/vxe-table-nuxt","owner":"x-extends","description":"Vxe Table module for Nuxt","archived":false,"fork":false,"pushed_at":"2026-05-29T09:25:49.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T11:13:01.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://table.vxeui.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x-extends.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T07:44:31.000Z","updated_at":"2026-05-29T09:25:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/x-extends/vxe-table-nuxt","commit_stats":null,"previous_names":["x-extends/vxe-table-nuxt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/x-extends/vxe-table-nuxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-table-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-table-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-table-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-table-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-extends","download_url":"https://codeload.github.com/x-extends/vxe-table-nuxt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-extends%2Fvxe-table-nuxt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33806987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T05:00:50.046Z","updated_at":"2026-06-02T05:00:50.781Z","avatar_url":"https://github.com/x-extends.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![github star](https://img.shields.io/github/stars/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/stargazers)\n[![npm version](https://img.shields.io/npm/v/vxe-table-nuxt.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table-nuxt)\n[![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)\n[![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)\n[![issues](https://img.shields.io/github/issues/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/issues)\n[![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)\n[![pull requests](https://img.shields.io/github/issues-pr/x-extends/vxe-table-nuxt.svg)](https://github.com/x-extends/vxe-table-nuxt/pulls)\n[![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)\n[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)\n\n# Vxe Table Nuxt\n\n\u003e [Vxe Table](https://vxeui.com) module for [Nuxt](https://nuxt.com)\n\n## Features\n\n- Automatically import components and styles on demand.\n\n## Installation\n\n```bash\nnpm install vxe-table-nuxt -D\n```\n\n## Configuration\n\n```ts\nexport default defineNuxtConfig({\n  modules: [\n    'vxe-table-nuxt',\n    'vxe-table-nuxt'\n  ],\n  vxeTableSetting: {\n    // global: true // 是否全局加载，如果 false 则按需加载\n  }\n})\n```\n\n## Usage\n\n```vue\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cvxe-table :data=\"tableData\"\u003e\n      \u003cvxe-column type=\"seq\" title=\"Seq\" width=\"60\"\u003e\u003c/vxe-column\u003e\n      \u003cvxe-column field=\"name\" title=\"Name\"\u003e\u003c/vxe-column\u003e\n      \u003cvxe-column field=\"role\" title=\"Role\"\u003e\u003c/vxe-column\u003e\n      \u003cvxe-colgroup title=\"Group1\"\u003e\n        \u003cvxe-column field=\"sex\" title=\"Sex\"\u003e\u003c/vxe-column\u003e\n        \u003cvxe-column field=\"address\" title=\"Address\"\u003e\u003c/vxe-column\u003e\n      \u003c/vxe-colgroup\u003e\n    \u003c/vxe-table\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nexport default {\n  data() {\n    return {\n      tableData: [\n        { id: 10001, name: 'Test1', role: 'Develop', sex: 'Man', address: 'Shenzhen' },\n        { id: 10002, name: 'Test2', role: 'Test', sex: 'Man', address: 'Guangzhou' },\n        { id: 10003, name: 'Test3', role: 'PM', sex: 'Man', address: 'Shanghai' }\n      ]\n    }\n  }\n}\n\u003c/script\u003e\n```\n\nReference [Nuxt documentation](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use.\n\n## Development\n\n- Run `npm run update i` to install the dependencies.\n- Run `npm run run` to start playground in development mode.\n- Run `npm run build` to build this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-extends%2Fvxe-table-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-extends%2Fvxe-table-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-extends%2Fvxe-table-nuxt/lists"}