|
6 lat temu | |
---|---|---|
README.md | 6 lat temu | |
generator.js | 6 lat temu | |
index.js | 6 lat temu | |
package.json | 6 lat temu |
CoffeeScript2 support for the projects created with @vue/cli.
According to this you are able to install community plugins as follows:
vue add coffee
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'
}
}
}
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:
You should turn off ESLint or any non-coffee lint you have, of course :wink: