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

https://github.com/szmxx/template-nuxt3

Template-Nuxt3
https://github.com/szmxx/template-nuxt3

Last synced: 7 months ago
JSON representation

Template-Nuxt3

Awesome Lists containing this project

README

          

# ✨ Template-Nuxt3

[![Lint][lint]](https://github.com/szmxx/template-nuxt3/actions/workflows/lint.yml)
[![Test][test]](https://github.com/szmxx/template-nuxt3/actions/workflows/test.yml)
[![Build][build]](https://github.com/szmxx/template-nuxt3/actions/workflows/build.yml)
[![package version][version]][version]
[![package lang][lang]][lang]
[![package contributors][contributors]][contributors]
[![package lastcommit][lastcommit]][lastcommit]

## Features

- Nuxt3
- Vite
- Unocss
- Icons
- Composables API
- Pinia
- Layouts
- Auto-Imports
- Typescript
- Pwa
- Vitest
- Theme
- Http
- Eslint & Prettier & Stylelint
- Commitlint & Husky & Lint-Staged
- AUTO SEO

## 💻 Development

- Clone this repository
- Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
- Install dependencies using pnpm install
- Run interactive tests using pnpm dev

## Deploy Your Own

Deploy your own Vite project with Vercel.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vite&template=vite)

[Live Example](https://template-nuxt-one.vercel.app/)

### Deploying From Your Terminal

You can deploy your new Vite project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):

```shell
$ vercel
```

## License

Made with 💛 \
Published under [MIT License](./LICENSE).

[lint]: https://github.com/szmxx/template-nuxt3/actions/workflows/lint.yml/badge.svg
[build]: https://github.com/szmxx/template-nuxt3/actions/workflows/build.yml/badge.svg
[test]: https://github.com/szmxx/template-nuxt3/actions/workflows/test.yml/badge.svg
[lang]: https://img.shields.io/github/languages/top/szmxx/template-nuxt3
[version]: https://img.shields.io/github/package-json/v/szmxx/template-nuxt3
[contributors]: https://img.shields.io/github/contributors/szmxx/template-nuxt3
[lastcommit]: https://img.shields.io/github/last-commit/szmxx/template-nuxt3/main