Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nuxtbase/nuxt3-starter
- Owner: nuxtbase
- License: mit
- Created: 2021-10-19T03:29:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T08:55:05.000Z (9 months ago)
- Last Synced: 2025-01-17T14:12:30.859Z (8 days ago)
- Topics: nuxt3, nuxt3-starter, nuxt3-template, pinia, unplugin, vite, vue3, windicss
- Language: Vue
- Homepage: https://nuxt3-starter-repo.netlify.app/
- Size: 923 KB
- Stars: 199
- Watchers: 3
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nuxtbase/nuxt3-starter - 💚 A Better Nuxt 3 Starter Template,generate by nuxi. (Vue)
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)