Skip to content
/ nuxt-starter Public template

A good-to-go starter template for Nuxt beginners. Utilizing a variety of standard technologies, including Tailwind CSS with Prettier, Nuxt SEO, dark mode support, internationalization, and out-of-the-box PWA capabilities.

License

Notifications You must be signed in to change notification settings

nidexingg/nuxt-starter

Repository files navigation

hero

Nuxt Starter Template

built with nuxt License Release Version

Welcome to the Nuxt Starter Template by Nidexingg! This template is minimalistic designed to help developers quickly set up a Nuxt.js project with essential technologies and tools to meet the standard and implement required features.

Installation

Run one of these commands to install the template using your favorite package manager.

npx nuxi@latest init -t github:nidexingg/nuxt-starter#release <your-project-name>
bun x nuxi@latest init -t github:nidexingg/nuxt-starter#release <your-project-name>
pnpm dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release <your-project-name>
yarn dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release <your-project-name>
cd <your-project-name>

Dependency installation

npm i
bun i
pnpm i
yarn i

Start development server

npm run dev -- -o
bun run dev -o # To use the Bun runtime during development, "bun --bun run dev -o"
pnpm dev -o
yarn dev --open

and 💥 booooom, http://localhost:3000 should be automatically opened in your default browser.

Contribution

  • Fork this repository.
  • Clone your forked repository and make changes.
  • Commit and Push the update to your forked repository.
  • In the main page of your forked repository, click Contribute button and Open pull request.

License

MIT

About

A good-to-go starter template for Nuxt beginners. Utilizing a variety of standard technologies, including Tailwind CSS with Prettier, Nuxt SEO, dark mode support, internationalization, and out-of-the-box PWA capabilities.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks