The best place to start your Nuxt Theme.
nuxt-themes/starter
main
Name already in use
Code
- Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI.Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Pleasesign in to use Codespaces.
Launching GitHub Desktop
If nothing happens,download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens,download GitHub Desktop and try again.
Launching Xcode
If nothing happens,download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Nuxt Studio Theme Starter
Create a compatibleNuxt Studio theme with this GitHub template.
Setup
Make sure to install the dependencies:
pnpm install
Working on your theme
Your theme is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.
The.playground directory should help you on trying your theme during development.
Runningpnpm dev will prepare and boot.playground directory, which imports your theme itself.
Distributing your theme
Your Nuxt theme is shaped exactly the same as any other Nuxt project, except you can publish it on NPM.
To do so, you only have to check iffiles inpackage.json are valid, then run:
npm publish --access public
Once done, your users will only have to run:
npm install --save your-theme
Then add the dependency to theirextends innuxt.config.ts:
exportdefaultdefineNuxtConfig({extends:'your-theme'})
Development Server
Start the development server onhttp://localhost:3000
pnpm dev
Production
Build the application for production:
pnpm build
Or statically generate it with:
pnpm generate
Locally preview production build:
pnpm preview
Checkout thedeployment documentation for more information.
About
The best place to start your Nuxt Theme.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.