https://github.com/fgforrest/evitadb-storefront
Demo storefront Vue.js application
https://github.com/fgforrest/evitadb-storefront
Last synced: 3 months ago
JSON representation
Demo storefront Vue.js application
- Host: GitHub
- URL: https://github.com/fgforrest/evitadb-storefront
- Owner: FgForrest
- License: apache-2.0
- Created: 2023-11-23T12:52:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:19:14.000Z (about 2 years ago)
- Last Synced: 2025-01-21T18:13:15.523Z (over 1 year ago)
- Language: Vue
- Size: 963 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```
## Production
Build the application for production:
```bash
# npm
npm run build
```
Locally preview production build:
```bash
# npm
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.