E-commerce store built with Vue 3 using Ecwid API.
# Clone the repository
git clone <repository>
# Navigate to the project directory
cd ecwid-test-task
# Install dependencies
yarn install
# Run the project in development mode
yarn devTo work with the Ecwid API, create a .env file in the root directory with the following variables:
VITE_STORE_ID=your_store_id
VITE_API_TOKEN=your_api_token
VITE_API_BASE_URL=your_api_base_url