https://github.com/baroshem/nuxt3-structure-modules-pinia
Using Modules and Pinia to structure Nuxt 3 app
https://github.com/baroshem/nuxt3-structure-modules-pinia
architecture module nuxt pinia
Last synced: 3 months ago
JSON representation
Using Modules and Pinia to structure Nuxt 3 app
- Host: GitHub
- URL: https://github.com/baroshem/nuxt3-structure-modules-pinia
- Owner: Baroshem
- Created: 2022-01-12T08:04:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:00:36.000Z (over 2 years ago)
- Last Synced: 2025-02-28T21:09:06.098Z (3 months ago)
- Topics: architecture, module, nuxt, pinia
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).