Socket
Socket
Sign inDemoInstall

vue-template-babel-compiler

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-template-babel-compiler - npm Package Compare versions

Comparing version 0.6.0-0 to 0.6.0

2

package.json
{
"name": "vue-template-babel-compiler",
"version": "0.6.0-0",
"version": "0.6.0",
"description": "Post compiler for Vue template render functions to support ES features with Babel",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -29,7 +29,8 @@ # vue-template-babel-compiler

``` bash
# 1: In your Vue project directory
yarn add vue-template-babel-compiler
# 1: Install in your Vue project directory
npm install --save-dev vue-template-babel-compiler
# or:
yarn add vue-template-babel-compiler --dev
# 2: Run a script to substitute vue-template-es2015-compiler with this repo
# (If this repo got merged into the official repo, this step can be simplified.)
# 2: Run a script to substitute vue-template-es2015-compiler with this repo (To be simplified)
sh ./node_modules/vue-template-babel-compiler/updateVueTemplateBabelCompiler.sh

@@ -48,2 +49,3 @@

- [x] publish [NPM package](https://www.npmjs.com/package/vue-template-babel-compiler)
- [ ] More Usage
- [ ] PR to [vue-template-es2015-compiler official repo](https://github.com/vuejs/vue-template-es2015-compiler)

@@ -50,0 +52,0 @@ - [ ] Then we can use this simpler without run

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