https://github.com/lukenoutte/shopify-daily-app
This is a simple front end to display the information obtained daily from the API.
https://github.com/lukenoutte/shopify-daily-app
nuxt nuxtui
Last synced: 5 months ago
JSON representation
This is a simple front end to display the information obtained daily from the API.
- Host: GitHub
- URL: https://github.com/lukenoutte/shopify-daily-app
- Owner: Lukenoutte
- Created: 2024-09-11T18:21:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T00:50:51.000Z (over 1 year ago)
- Last Synced: 2025-03-15T16:12:50.035Z (about 1 year ago)
- Topics: nuxt, nuxtui
- Language: Vue
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Daily App
This site contains only one page, which includes a list responsible for displaying information about all the products.
[**1. Back-end**](https://github.com/Lukenoutte/shopify-daily-api)
## Dependencies
- Nuxt 3
- Vue 3
# Install and Run
**1. Install the dependencies. For this, you will need node ">=20.0.0".**
```bash
yarn install
```
**2. Create a ".env" file following the template of the [".env.example"](.env.example) file.**
**3. You'll need a run the API; Replace the "API_URL" variable.**
**4. Run the project.**
```bash
yarn dev
```