vuejs-templates / browserify

A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
272 stars 85 forks source link

coffee script #41

Open apoorvasrinivasan opened 7 years ago

apoorvasrinivasan commented 7 years ago

is there any way to enable coffee script with this?

it gives error 'import' and 'export' may only appear at the top level

zigomir commented 7 years ago

You can't use import and export with coffee script, but you can use require 'package-name'.