No Description

casper 36c86fa76c add readme.md 6 years ago
README.md 36c86fa76c add readme.md 6 years ago
generator.js 795a361a37 wire dev-dep 6 years ago
index.js 7232774040 configure coffee-loader 6 years ago
package.json d714dbbffe npm init 6 years ago

README.md

vue-cli-plugin-coffee

CoffeeScript2 support for the projects created with @vue/cli.

Installation

According to this you are able to install community plugins as follows:

vue add coffee

Entries

According to this you can add entries using your vue.config.js like so:

// vue.config.js
module.exports = {
  configureWebpack: {
    entry: {
      'new-entry': 'path/to/new/entry.coffee'
    }
  }
}

-coffeescript

I found this package but apparently it does some main.coffee searching and replacement. While it is not bad by any means, it seems to me like a custom behavior. Want to keep things as clean as possible :sparkles:

Troubleshooting

You should turn off ESLint or any non-coffee lint you have, of course :wink: