Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 249 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 249 Bytes

Nuxt 3 + Pinia Store

This is Nux3 simple Pinia store setup using TypeScript.

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev