Code Monkey home page Code Monkey logo

vue-github's Introduction

vue-github 单页应用

简介:模仿github界面,实现首页、User/Organization首页、User/Organization拥有的/收藏的仓库列表页、User关注/被关注列表页、仓库首页、仓库Issue列表页;技术栈采用:vue2、vue-router、vue-resource以及webpack。

效果预览

效果图预览

Demo地址

注意:由于所有页面数据均来自Github API,而再未经授权的情况下,一个小时内所能发出的请求为60条。所以,目前在浏览页面过程中,有可能会因请求频繁而被终止当前请求。

https://winsycwen.github.io/vue-github

二维码

项目目录介绍

-project
	|-config			webpack配置
		|-webpack.dev.js
		|-webpack.prod.js
	|-dist				最终编译后的代码目录
	|-node_modules			package依赖
	|-src				源代码目录
		|-assets		静态资源(公用样式、字体图标样式等)
		|-common		公共函数方法
		|-components		公用组件
		|-router		路由配置
		|-views			所有页面
	|-App.vue
	|-main.js
	|-.babelrc
	|-.gitignore
	|-package.json
	|-README.md
	|-webpack.config.js		webpack配置文件

在本地运行

下载包packages

npm install

运行webpack-dev-server本地服务器

npm run watch

vue-github's People

Contributors

winsycwen avatar

Watchers

 avatar  avatar

vue-github's Issues

Todo list

2017-07-12至2017-07-13

  • 完成仓库详情页;
  • 完善用户页头部导航样式;
  • 完善构建工具:压缩css样式

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.