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

https://github.com/devmnj/nuxt3-pinia-store-starter

A set of Vue3 - Nuxt3 examples
https://github.com/devmnj/nuxt3-pinia-store-starter

nuxt3-starter pinia vue-store vue3-typescript

Last synced: 3 months ago
JSON representation

A set of Vue3 - Nuxt3 examples

Awesome Lists containing this project

README

        

# Nuxt 3 + Pinia Store

This is Nux3 simple Pinia store setup using TypeScript.

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

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

```bash
yarn dev
```