Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicolaspadari/nuxt-template
- Owner: NicolaSpadari
- Created: 2023-04-26T13:23:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-09T15:04:45.000Z (3 months ago)
- Last Synced: 2024-12-09T03:48:59.180Z (about 1 month ago)
- Topics: nuxt3, template, typescript, unocss, vue3
- Language: TypeScript
- Homepage:
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```