Converts Snakeskin templates into Vue 2 render functions. Stable version 1.1.0. Low release cadence. Differentiator: tight integration with Snakeskin template engine, supports adapter options for vue-template-compiler and optional ES2015 transpilation via vue-template-es2015-compiler.
npm install ss2vueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates converting a Snakeskin template into a Vue 2 render function using ss2vue.compile.
Set adapterOptions.transpiler: true to enable transpilation via vue-template-es2015-compiler.
Use a modern transpiler like Babel instead of relying on this peer dependency.
Ensure input is valid Snakeskin format; consult Snakeskin documentation.
Run: npm install snakeskin
Use: const { compile } = require('ss2vue')Run: npm install vue-template-es2015-compiler or set transpiler: false