You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has a few benefits
- no longer need to shiv the difference between Component's emitter
& Browserify's emitter (node version)
- no longer need to hack around Browserify's static require parsing
- able to drop methods not used in Vue
- able to add custom callback context control, as mentioned in #130
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ var a = superLongConditionalStatement
33
33
34
34
## Development Setup
35
35
36
-
You will need [Node](http://nodejs.org), [Grunt](http://gruntjs.com), [Component](https://github.com/component/component), [PhantomJS](http://phantomjs.org) and [CasperJS](http://casperjs.org).
36
+
You will need [Node](http://nodejs.org), [Grunt](http://gruntjs.com), [PhantomJS](http://phantomjs.org) and [CasperJS](http://casperjs.org).
37
37
38
38
```bash
39
-
# in case you don't already have them:
40
-
# npm install -g grunt-cli component
41
-
$ npm install&& component install
39
+
# in case you don't already it:
40
+
# npm install -g grunt-cli
41
+
$ npm install
42
42
```
43
43
44
44
To watch and auto-build `dist/vue.js` during development:
0 commit comments