Skip to content

Commit 4db53e5

Browse files
committed
Merge pull request #1 from sirlancelot/feature/webpack-bundler
Switch bundling system to Webpack
2 parents 2588bde + 7fce28f commit 4db53e5

File tree

4 files changed

+9531
-9188
lines changed

4 files changed

+9531
-9188
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Built with [Vue.js](http://vuejs.org) and the official [HackerNews API](https://github.com/HackerNews/API), with routing, comments, comment folding, user profile & realtime updates.
66

7-
The build setup uses Browserify and the [Vueify](https://github.com/vuejs/vueify) transform, which enables Vue components to be written in a format that encapsulates a component's style, template and logic in a single file.
7+
The build setup uses Webpack and the [Vue Loader](https://github.com/vuejs/vue-loader) plugin, which enables Vue components to be written in a format that encapsulates a component's style, template and logic in a single file.
88

99
### Building
1010

@@ -14,4 +14,4 @@ npm install
1414
npm run dev
1515
# build:
1616
npm run build
17-
```
17+
```

0 commit comments

Comments
 (0)