{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/3"}],"enrichment":{"capability":"Compiles Vue single-file components (*.vue) to standalone HTML, JavaScript, and CSS without requiring Node.js, using only Python.","skillfed_tags":["vue-compiler","no-nodejs"],"use_cases":["Generate static HTML pages with Vue components in a Python-only backend without Node.js.","Build server-side rendered Vue applications using Python frameworks like Flask or Django.","Preprocess and bundle Vue components as part of a Python-based build pipeline.","Use Python logic inside Vue components via vbuild's Python component support.","Minify and optimize Vue component output using closure when optional dependencies are installed."],"what_it_does":"vbuild is a Python-only Vue component compiler that extracts HTML templates, JavaScript, and CSS from Vue single-file components (.vue files) without requiring the Node.js ecosystem. It reads .vue files and parses them into their constituent parts, which you can then assemble into your final HTML output. The package respects Vue's SFC specification and can also work with Python-based components, offering optional preprocessing for SASS/LESS stylesheets and JavaScript minification if you install additional libraries.\n\nThe tool is designed for scenarios where you need Vue component support but cannot or do not want to use webpack, vue-cli, or the full Node.js stack. You write a few lines of Python to read your .vue files, call vbuild.render(), and inject the resulting HTML/script/style into a template. It fills a specific gap: working with Vue components in pure-Python environments, such as server-side template generation or embedded Python applications.","worth_installing":"Yes, if you need to work with Vue components in a pure-Python environment and cannot use Node.js tooling. The low install friction, permissive license, and lack of known vulnerabilities make it safe to try. However, the aging maintenance status (last release August 2023) means you should verify compatibility with your Vue version and Python version before committing to production use."},"id":"vbuild","links":{"html":"https://skillfed.io/packages/vbuild","md":"https://skillfed.io/packages/vbuild.md","pypi":"https://pypi.org/project/vbuild/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-08-03","license_spdx":null,"license_treatment":"permissive","name":"vbuild","python_support":"supports_current","summary":"A simple module to extract html/script/style from a vuejs '.vue' file (can minimize/es2015 compliant js) ... just py2 or py3, NO nodejs !"},"popularity":{"monthly_downloads":264981,"position":8331,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.2"}
