1 Star 0 Fork 0

Mark/vue-hackernews

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-hackernews",
"version": "1.0.0",
"description": "HN clone with Vue.js using HN API",
"scripts": {
"dev": "webpack-dev-server --inline --hot --no-info",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/yyx990803/vue-hackernews.git"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyx990803/vue-hackernews/issues"
},
"homepage": "https://github.com/yyx990803/vue-hackernews",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-runtime": "^6.0.0",
"cross-env": "^2.0.1",
"css-loader": "^0.24.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.0.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"es6-promise": "^3.0.2",
"firebase": "^3.4.1",
"vue": "^1.0.26",
"vue-router": "^0.7.13"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-jing-jing/vue-hackernews.git
git@gitee.com:liu-jing-jing/vue-hackernews.git
liu-jing-jing
vue-hackernews
vue-hackernews
gh-pages

搜索帮助