
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ecomplus-render
Advanced tools
Render E-Com Plus store templates with Vue.js 2.
Storefront themes documentation
Include minified bundle via CDN:
<script src="https://cdn.jsdelivr.net/npm/ecomplus-render@3/dist/storefront.min.js"></script>
You can include the render standalone, it requires global EcomIo object from
storefront JS SDK and
Vue:
<script src="https://cdn.jsdelivr.net/npm/ecomplus-render@3/dist/render.min.js"></script>
If using webpack or browserify (or relateds),
you can also include the
npm package:
npm install --save ecomplus-render
The package is also compatible with NodeJS backend, handling SSR with jsdom and Vue SSR.
Even rendered pages must include the render to run on browser, HTML will be updated (hydrate) client-side to keep critical data always up to date.
cd ecomplus-store-render
node src/index.js https://mystore.com/product > product.html
require('ecomplus-render')(html).then(({ dom, Ecom }) => {
Ecom.init().then(dom => {
// jsdom object
console.log(dom.serialize())
})
})
Setup the package with NPM:
cd ecomplus-store-render
npm i
Watch tests server:
npm run serve
Update JSDoc files on docs folder:
npm run doc
Compile to production:
npm run build
FAQs
Vue.js app to render E-Com Plus store template
We found that ecomplus-render demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.