Skip to content

Commit

Permalink
feat: add module-devtools template
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 24, 2023
1 parent 79fadb7 commit 206d7db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Name | Description | Local | Online |
-----|-------------|-----------|--------|
[v3](https://github.com/nuxt/starter/tree/v3) | [Nuxt 3](https://github.com/nuxt/nuxt) | `npx nuxi init nuxt-app` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox) |
[module](https://github.com/nuxt/starter/tree/module) | Nuxt Module with [Module Builder](https://github.com/nuxt/module-builder) | `npx nuxi init my-module -t module` | - |
[module-devtools](https://github.com/nuxt/starter/tree/module-devtools) | Nuxt Module with [Nuxt DevTools](https://github.com/nuxt/devtools) integration | `npx nuxi init my-module -t module-devtools` | - |
[layer](https://github.com/nuxt/starter/tree/layer) | [Nuxt Layer](https://nuxt.com/docs/guide/going-further/layers) Starter with Extends (experimental) | `npx nuxi init -t layer` | - |
[content](https://github.com/nuxt/starter/tree/content) | [Nuxt Content](https://github.com/nuxt/content) | `npx nuxi init content-app -t content` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/content) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/content) |
[doc-driven](https://github.com/nuxt/starter/tree/doc-driven) | [Document Driven mode](https://content.nuxtjs.org/guide/writing/document-driven) | `npx nuxi init doc-driven-app -t doc-driven` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/doc-driven) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/doc-driven) |
Expand Down
6 changes: 6 additions & 0 deletions templates/module-devtools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "module-devtools",
"defaultDir": "nuxt-module",
"url": "https://nuxt.com",
"tar": "https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/module-devtools"
}

0 comments on commit 206d7db

Please sign in to comment.