Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/guide/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,6 @@ yarn install
```

5. Copy `config/default.json` to `config/local.json`
6. Images: because `vue-storefront-api` uses `imagemagick` and some nodejs command line bindings, it can be difficult to run the image proxy on a localhost/Windows machine. Please point out the `vue-storefront` to image proxy provided by changing `config/local.json` `images.baseUrl`:

```js
export default {
elasticsearch: {
httpAuth: '',
host: 'http://localhost:8080/api/catalog',
index: 'vue_storefront_catalog',
},
// we have vue-storefront-api (https://github.com/DivanteLtd/vue-storefront-api) endpoints below:
orders: {
endpoint: 'http://localhost:8080/api/order/create',
},
images: {
baseUrl: 'https://demo.vuestorefront.io/img/',
},
};
```

:::tip NOTE
We're using the powerful node.js library for config files. Check the docs to learn more about it: [https://github.com/lorenwest/node-config](https://github.com/lorenwest/node-config)
Expand Down