Full Code of nuxt/framework for AI

readme f8728b9e7fd9 cached
4 files
4.7 KB
1.6k tokens
1 requests
Download .txt
Repository: nuxt/framework
Branch: readme
Commit: f8728b9e7fd9
Files: 4
Total size: 4.7 KB

Directory structure:
gitextract_rc_7gdye/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   └── config.yml
│   └── PULL_REQUEST_TEMPLATE.md
└── README.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms

# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [nuxt]
open_collective: nuxtjs


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
  - name: 👉 Repository Moved!
    url: https://github.com/nuxt/nuxt
    about: You can use the new combined repository to open an issue or discussion.


================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
<!--

This repository has moved to https://github.com/nuxt/nuxt - pull requests very welcome there! 😊

-->


================================================
FILE: README.md
================================================
# 🚧 Repository update 🚧

The repository for Nuxt 3 has updated to be https://github.com/nuxt/nuxt - please raise new issues, discussions and pull requests there 🙏

For progress you can follow https://github.com/nuxt/framework/issues/10147, and you can read more about our plans [in the Nuxt 2023 vision](https://nuxt.com/vision-2023).

<hr>

[![Nuxt banner](./.github/assets/banner.png)](https://nuxt.com)

# 👋 Welcome to Nuxt


Nuxt's goal is to make web development intuitive and performant, with a great developer experience.<br>Learn more in the ['What is Nuxt?'](https://nuxt.com/docs/getting-started/introduction) section of our documentation.


 <p>
  <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a>
  <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"></a>
  <a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a>
  <a href="https://volta.net/nuxt/nuxt?utm_source=nuxt_readme"><img src="https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg" alt="Volta board"></a>
 </p>

<table>
<thead>
<tr>
<th width="2000" colspan="2">
</th>
</tr>
</thead>
<tbody>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/docs"><img src="./.github/assets/documentation.png"></a>
  </td>
  <td valign="top">
    <h3>Documentation</h3>
    <p>
      We highly recommend you take a look at <a href="https://nuxt.com">the Nuxt documentation</a> to level up.
    </p>
  </td>
</tr>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/modules"><img src="./.github/assets/modules.png"></a>
  </td>
  <td valign="top">
    <h3>Modules</h3>
    <p>
      Discover our <a href="https://nuxt.com/modules">list of modules</a> to supercharge your Nuxt project. Created by the Nuxt team and community.
    </p>
  </td>
</tr>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/docs/examples/hello-world"><img src="./.github/assets/examples.png"></a>
  </td>
  <td>
    <h3>Examples</h3>
    <p>
      Explore different ways of using Nuxt features and get inspired with <a href="https://nuxt.com/docs/examples/essentials/hello-world">our list of examples</a>.
    </p>
  </td>
</tr>
</tbody>
</table>

<table>
<thead>
<tr>
<th width="2000" colspan="2">
</th>
</tr>
</thead>
<tbody>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/docs/community/reporting-bugs"><img src="./.github/assets/reporting-bugs.png"></a>
  </td>
  <td valign="top">
    <h3>Reporting bugs</h3>
    <p>
      Check out the <a href="https://nuxt.com/docs/community/reporting-bugs">Reporting Bugs</a> page.</p>
    </p>
  </td>
</tr>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/docs/community/contribution"><img src="./.github/assets/suggestions.png"></a>
  </td>
  <td valign="top">
    <h3>Suggestions</h3>
    <p>
      Check out the <a href="https://nuxt.com/docs/community/contribution">Contribution</a> page.
    </p>
  </td>
</tr>
<tr>
  <td width="80" align="center" valign="top">
    <br>
    <a href="https://nuxt.com/docs/community/getting-help"><img src="./.github/assets/questions.png"></a>
  </td>
  <td valign="top">
    <h3>Questions</h3>
    <p>
      Check out the <a href="https://nuxt.com/docs/community/getting-help">Getting Help</a> page.
    </p>
  </td>
</tr>
</tbody>
</table>

## Local Development

Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#set-up-your-local-development-environment) to contribute to the framework and documentation.

## Follow us

<p valign="center">
  <a href="https://chat.nuxt.dev"><img width="20px" src="./.github/assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://twitter.nuxt.dev"><img width="20px" src="./.github/assets/twitter.svg" alt="Twitter"></a>&nbsp;&nbsp;<a href="https://github.nuxt.dev"><img width="20px" src="./.github/assets/github.svg" alt="GitHub"></a>
</p>

## License

[MIT](./LICENSE)

Download .txt
gitextract_rc_7gdye/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   └── config.yml
│   └── PULL_REQUEST_TEMPLATE.md
└── README.md
Condensed preview — 4 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (5K chars).
[
  {
    "path": ".github/FUNDING.yml",
    "chars": 174,
    "preview": "# These are supported funding model platforms\n\n# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 194,
    "preview": "blank_issues_enabled: false\ncontact_links:\n  - name: 👉 Repository Moved!\n    url: https://github.com/nuxt/nuxt\n    about"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "chars": 107,
    "preview": "<!--\n\nThis repository has moved to https://github.com/nuxt/nuxt - pull requests very welcome there! 😊\n\n-->\n"
  },
  {
    "path": "README.md",
    "chars": 4330,
    "preview": "# 🚧 Repository update 🚧\n\nThe repository for Nuxt 3 has updated to be https://github.com/nuxt/nuxt - please raise new iss"
  }
]

About this extraction

This page contains the full source code of the nuxt/framework GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4 files (4.7 KB), approximately 1.6k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!