nuxt-multifeed-yandex-market
Version:
A Nuxt.js module that generates an XML file for Yandex.Market
33 lines (25 loc) • 1.05 kB
Markdown
# A Nuxt.js module that generates an XML file for Yandex.Market (YML)
[](https://standardjs.com)
[](https://opensource.org/licenses/MIT)
A wrapper over [Yandex Market Language(YML)](https://github.com/LotusTM/yandex-market-language) that generates a JSON object into the xml file, heavily inspired by [nuxt-community/feed-module](https://github.com/nuxt-community/feed-module). The module supports Nuxt 2.x. There is `yarn run generate` support.
## Simple usage
- Install `npm i nuxt-multifeed-yandex-market`
```js
export default {
modules: [
'nuxt-feed-yandex-market'
],
yandexMarket: [
{
data: {}, // JSON with data or a function that returns the JSON
path: '/yandex-market.xml', // The route to your xml file
validate: true,
cacheTime: 1000 * 3600 * 24
}
...
]
}
```
## License
[MIT License](./LICENSE)
Copyright (c) :suspect: @yesworld