New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vue-cli-plugin-livescript

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-livescript

livescript for use with @vue/cli 3.0

latest
Source
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

vue-cli-plugin-livescript

LoffeeScript Plugin for vue-cli@3.0


Usage

  • just run: vue add livescript

  • if you project is using JSX with CoffeeScript:

    • add babel.config.js to your project root dir:

      // babel.config.js
      module.exports = {
        plugins: ['transform-vue-jsx']
      }
      
    • install dependencies for JSX:

      npm i babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx\
        babel-helper-vue-jsx-merge-props -D
      

Features

  • parse Livescript in your Vue project.

  • support JSX in .ls.

  • support entry main.ls - this plugin will replace the app's entry to ./src/main.ls if the file exists.


LICENSE

Mozilla

FAQs

Package last updated on 18 Jul 2019

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