vue-hackernews
vue-hackernews copied to clipboard
HackerNews clone with Vue.js
# Web Optimization Project (Beta) The [Web Optimization Project](https://www.github.com/devedse/weboptimizationproject) is a project that will automatically optimizes files in git repositories by compressing them losslessly. This project was created by [Devedse](https://github.com/devedse)...
Currently Vue tools in chrome don't work since it's set to production mode, but I think it's better to learn from this by being able to use the tools to...
I'd be happy to help get this example updated to webpack 2! This will leverage some great tree shaking support native to webpack two.
There's a bunch of work we can do here:  Two biggest changes after the perf improvements in #48 are landing Service Worker...
Firebase 的api资料有推荐的吗?这个demo里面有关firebae部分的代码没看懂,如:api.child().on(),api.child().once(),找了很久没找到firebase的api资料。 不知道这里面的items 数据怎么从firebase上下载下来的。 api.child('topstories').on('value', snapshot => { topStoryIds = snapshot.val() debugger; store.emit('topstories-updated') }) api.child('item/' + id).once('value', snapshot => { const story = itemsCache[id] = snapshot.val() resolve(story) }, reject)
The 'keep-alive' property causes the `destroyed()` method of each VueView to never be called thus listeners are never removed!
There are three errors when I try `npm run dev`: template syntax error - invalid expression: {{{user.about}}} template syntax error - invalid expression: {{{item.title}}} template syntax error - invalid expression:...
在执行npm run dev时报下面的错误,但这所有的依赖我都已经下载 ``` javascript Uncaught Error: Cannot find module "!!./../../node_modules/css-loader/index.js!./../../node_modules/vue-loader/lib/style-rewriter.js?id=_v-cee506ee&file=App.vue!./../../node_modules/stylus-loader/index.js!./../../node_modules/vue-loader/lib/selector.js?type=style&index=0!./App.vue" ``` 环境: win7 node v5.1.1 npm v3.5.1
ERROR in ./src/main.js Module build failed: SyntaxError: /Users/petter/Documents/.babelrc: Error while parsing JSON - Unexpected '' at JSON5.parse.error (/Users/petter/Documents/workspace/vue-action/vue-hackernews/node_modules/babel-core/node_modules/json5/lib/json5.js:50:25) 请问是什么原因呢?是node 和插件版本不兼容吗
When running the webpack-dev-server; it hits the exception "Unexpected token ILLEGAL" ``` ... [71] (webpack)-dev-server/~/sockjs-client/lib/facade.js 723 bytes {0} [built] [72] (webpack)-dev-server/~/strip-ansi/index.js 161 bytes {0} [built] [73] (webpack)-dev-server/~/strip-ansi/~/ansi-regex/index.js 135 bytes {0}...