🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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
Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
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