{"library":"rollup-plugin-jtaro-module","title":"rollup-plugin-jtaro-module","description":"A Rollup plugin for JTaro Module that enables importing CSS, HTML templates, and processing them for Vue.js applications. Version 0.3.2 is the latest stable release, last updated in 2018. It provides features like HTML to Vue render function conversion, style merging, and source map support. Differentiators include simplified module bundling for JTaro-based projects, automatic CSS order management, and integration with Vue render functions.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-jtaro-module"],"cli":null},"imports":["import jtaroModule from 'rollup-plugin-jtaro-module'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport jtaroModule from 'rollup-plugin-jtaro-module'\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'iife'\n  },\n  plugins: [\n    jtaroModule({\n      root: 'website',\n      html2Render: true\n    })\n  ]\n}\n\n// src/index.js\nimport './reset.css';\nimport template from './template.html';\n\nconsole.log(template);","lang":"javascript","description":"Basic Rollup configuration using the plugin to process CSS and HTML imports, with html2Render option for Vue.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}