An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![hero](https://xing-nuxt-starter.vercel.app/og-image.png)

# 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