https://github.com/nidexingg/nuxt-starter
A Rich-Feature 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.
https://github.com/nidexingg/nuxt-starter
internalization nuxt pwa starter-template vue
Last synced: 4 months ago
JSON representation
A Rich-Feature 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.
- Host: GitHub
- URL: https://github.com/nidexingg/nuxt-starter
- Owner: nidexingg
- License: mit
- Created: 2024-12-07T18:26:44.000Z (over 1 year ago)
- Default Branch: release
- Last Pushed: 2025-12-29T13:43:43.000Z (5 months ago)
- Last Synced: 2026-01-01T16:32:25.800Z (5 months ago)
- Topics: internalization, nuxt, pwa, starter-template, vue
- Language: Vue
- Homepage: https://xing-nuxt-starter.vercel.app/
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS.txt
- Security: SECURITY.md
Awesome Lists containing this project
README

# Nuxt Starter Template
[![built with nuxt][nuxt-src]][nuxt-href]
[![License][license-src]][license-href]
![Release Version][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.
```bash
npx nuxi@latest init -t github:nidexingg/nuxt-starter#release
bun x nuxi@latest init -t github:nidexingg/nuxt-starter#release
pnpm dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release
yarn dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release
```
```bash
cd
```
### Dependency installation
```bash
npm i
bun i
pnpm i
yarn i
```
### Start development server
```bash
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
[license-src]: https://img.shields.io/github/license/nidexingg/nuxt-starter?style=plastic&logo=nuxt&labelColor=%23000000&color=%23000000
[license-href]: https://github.com/nidexingg/nuxt-starter/blob/master/LICENSE
[nuxt-src]: https://img.shields.io/badge/Built%20With%20Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com/
[release-version]: https://img.shields.io/github/v/release/nidexingg/nuxt-starter?style=plastic