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
- Host: GitHub
- URL: https://github.com/devmnj/nuxt3-pinia-store-starter
- Owner: devmnj
- Created: 2021-11-27T14:49:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T14:52:43.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:35:50.399Z (4 months ago)
- Topics: nuxt3-starter, pinia, vue-store, vue3-typescript
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```