New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

transvueify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transvueify

A .vue -> .vue file transpiler

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Transvueify: The easy to use .vue to .vue build tool

Transvueify will take your complex and JS feature filled .vue files and compile them down to however simple JS you're looking for. The JS inside of the <script> in you .vue files will be passed through your desired plugins, such as transvueify-plugin-babel , and come out as transpiled .vue files on the other end. As many files go in will come out. This tool doesn't do any bundling. It simply transforms your .vue files mostly in place for use either by other tools of to be distributed directly.

The most basic usage is to simple: npm install --save-dev transvueify transvueify --input src/**/*.vue --output dist/

Config

Instead of providing command line options to transvueify options can be provided via a transvueify.config.json file.

{
  "input": "src/**/*.vue",
  "output": "dist/",
  "plugins": ["transvueify-plugin-babel"]
}

FAQs

Package last updated on 21 May 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc