Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nuxtbase/nuxt3-starter

💚 A Better Nuxt 3 Starter Template,generate by nuxi.
https://github.com/nuxtbase/nuxt3-starter

nuxt3 nuxt3-starter nuxt3-template pinia unplugin vite vue3 windicss

Last synced: 1 day ago
JSON representation

💚 A Better Nuxt 3 Starter Template,generate by nuxi.

Awesome Lists containing this project

README

        

# Nuxt 3 Starter

> 💚 A Better Nuxt 3 starter template

## Preview



## Features

- 🎨 [@unocss/nuxt](https://unocss.dev/integrations/nuxt) - UnoCSS Instant On-demand Atomic CSS Engine
- 🤹 [unplugin-icons](https://github.com/antfu/unplugin-icons) - Use icons from any iconsets
- 🍍 [@pinia/nuxt](https://pinia.esm.dev/ssr/nuxt.html) - Using Pinia with Nuxt.js 3
- 🛠️ [@vueuse/nuxt3](https://vueuse.org/nuxt/readme.html#vueuse-nuxt) - This is an add-on of VueUse, which provides better Nuxt integration auto-import capabilities.

## Use the Template

### GitHub Template

[create a repo from this template on GitHub](https://github.com/xiaoluoboding/nuxt3-starter/generate)

### Clone to local

```bash
$> npx nuxi init -t nuxtbase/nuxt3-starter my-nuxt3-app
$> 🎉 Another rad Nuxt project just made! Next steps:
$>
$> 📁 `cd my-nuxt3-app`
$>
$> 💿 Install dependencies with `npm install` or `yarn install`
$>
$> 🚀 Start development server with `npm run dev` or `yarn dev`
```

## Setup

### Installation

Make sure to install the dependencies

```bash
yarn install
```

### Development

Start the development server on http://localhost:3088

```bash
yarn dev
```

### Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).

## Related Template

- [vue3-starter](https://github.com/xiaoluoboding/vue3-starter) - 🖖 A Better Vue 3 Starter Template,generate by `create-vue`.

## License

MIT [@xiaoluoboding](https://github.com/xiaoluoboding)