File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Integrate coffee-script with vue single-file components for Meteor
1+ # Integrate CoffeeScript with vue single-file components for Meteor
22
33Compatibility: ** Vue 1.x, Vue 2.x**
44
5- This meteor package adds [ coffee-script ] ( http://coffeescript.org/ ) support in your single-file ` .vue ` components.
5+ This meteor package adds [ CoffeeScript ] ( http://coffeescript.org/ ) support in your single-file ` .vue ` components.
66
77## Installation
88
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Package.registerBuildPlugin({
1515 'vue-coffee.js'
1616 ] ,
1717 npmDependencies : {
18- 'coffee-script ' : '1.12.6' ,
18+ 'coffeescript ' : '1.12.6' ,
1919 'source-map' : '0.5.6'
2020 }
2121} ) ;
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ global.vue = global.vue || {}
44global . vue . lang = global . vue . lang || { }
55
66
7- import sourcemap from " source-map" ;
8- import coffee from "coffee-script" ;
7+ import sourcemap from ' source-map' ;
8+ import coffee from 'coffeescript' ;
99import {
1010 ECMAScript
11- } from " meteor/ecmascript" ;
11+ } from ' meteor/ecmascript' ;
1212import {
1313 Meteor
1414} from 'meteor/meteor' ;
You can’t perform that action at this time.
0 commit comments