Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piniajs/example-nuxt-3
Example using Nuxt 3
https://github.com/piniajs/example-nuxt-3
pinia vue vuex
Last synced: 3 months ago
JSON representation
Example using Nuxt 3
- Host: GitHub
- URL: https://github.com/piniajs/example-nuxt-3
- Owner: piniajs
- Created: 2021-10-14T08:06:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:24:01.000Z (3 months ago)
- Last Synced: 2024-12-04T19:28:14.287Z (3 months ago)
- Topics: pinia, vue, vuex
- Language: Vue
- Homepage: https://stackblitz.com/github/piniajs/example-nuxt-3
- Size: 1.36 MB
- Stars: 97
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
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).