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.
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>npm i
bun i
pnpm i
yarn inpm run dev -- -o
bun run dev -o # To use the Bun runtime during development, "bun --bun run dev -o"
pnpm dev -o
yarn dev --openand 💥 booooom, http://localhost:3000 should be automatically opened in your default browser.
- 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.
MIT
