Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaspadari/nuxt-template

Personal Nuxt 3 template
https://github.com/nicolaspadari/nuxt-template

nuxt3 template typescript unocss vue3

Last synced: about 1 month ago
JSON representation

Personal Nuxt 3 template

Awesome Lists containing this project

README

        

Personal Nuxt 3 template



## Usage

Clone to local:
```sh
$ npx degit NicolaSpadari/nuxt-template my-nuxt-app
```

Install dependencies:
```sh
$ ni # or pnpm install
```

Run project:
```sh
$ nr dev # or pnpm run dev
```