Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/nuxt3-medusa-vite-ssr-import-error
https://github.com/florian-lefebvre/nuxt3-medusa-vite-ssr-import-error
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/nuxt3-medusa-vite-ssr-import-error
- Owner: florian-lefebvre
- Created: 2022-04-14T20:11:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:18:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T08:57:03.967Z (3 months ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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).