Skip to content

Commit 2fa368b

Browse files
committed
Vue.js HackerNews Clone use vue-router instead of Director.js
1 parent 00e6e24 commit 2fa368b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ And you can test that module like this:
161161

162162
``` js
163163
// Some Jasmine 2.0 tests
164-
describe('my-component', function () {
164+
describe('my-component', function () {
165165
// require source module
166166
var myComponent = require('../src/my-component')
167167
it('should have a created hook', function () {
@@ -216,4 +216,4 @@ NODE_ENV=production browserify -e main.js | uglifyjs -c -m > build.js
216216

217217
## An App Example
218218

219-
The [Vue.js Hackernews Clone](https://github.com/vuejs/vue-hackernews) is an example application that uses Webpack + vue-loader for code organization, Director.js for routing, and HackerNews' official Firebase API as the backend. It's by no means a big application, but it demonstrates the combined usage of the concepts discussed on this page.
219+
The [Vue.js Hackernews Clone](https://github.com/vuejs/vue-hackernews) is an example application that uses Webpack + vue-loader for code organization, vue-router for routing, and HackerNews' official Firebase API as the backend. It's by no means a big application, but it demonstrates the combined usage of the concepts discussed on this page.

0 commit comments

Comments
 (0)