{"library":"ss2vue","title":"ss2vue","type":"library","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install ss2vue"],"cli":{"name":"ss2vue","version":null}},"imports":["import ss2vue from 'ss2vue'","import { compile } from 'ss2vue'","import { AdapterOptions } from 'ss2vue'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/SnakeskinTpl/ss2vue","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ss2vue","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"const ss2vue = require('ss2vue');\nconst snake = require('snakeskin');\n\nconst template = '<div>{name}</div>';\nconst compiled = ss2vue.compile(template, {\n  adapterOptions: { transpiler: false }\n});\nconsole.log(compiled.render.toString());","lang":"javascript","description":"Demonstrates converting a Snakeskin template into a Vue 2 render function using ss2vue.compile.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}