Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7848dc

Browse filesBrowse files
committed
Switch bundling system from Browserify to Webpack
1 parent 2588bde commit f7848dc
Copy full SHA for f7848dc

File tree

Expand file treeCollapse file tree

3 files changed

+14
-9188
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-9188
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.