GithubHelp home page GithubHelp logo

fanhuihuang / vue-bihu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liuxuanqiang/vue-bihu

0.0 1.0 0.0 118 KB

使用Vue.js重构【币乎】

Home Page: https://liuxuanqiang.github.io/vue-bihu

License: MIT License

JavaScript 33.25% HTML 0.84% Vue 65.91%

vue-bihu's Introduction

使用Vue.js重构币乎

线上地址:https://liuxuanqiang.github.io/vue-bihu

安装

1.安装依赖

npm install

2.运行项目

npm run dev,浏览器访问: http://localhost:8080

3.打包代码

npm run build,根目录下生成dist文件夹

目录结构

项目结构由vue-cli生成,详细说明如下:

...       
├── build              // webpack相关配置文件
├── config             // vue配置文件
├── src                // 项目源码目录
│   ├── assets         // css js 和图片等静态资源
│   ├── components     // vue公共组件
|   ├── pages          // 项目页面
|   ├── router         // 路由文件
|   ├── utils          // 公共工具类函数库
│   ├── vuex           // vuex状态管理文件
│   ├── App.vue        // 项目入口文件(根组件)
│   └── main.js        // 项目核心文件(入口js文件)
├── static             // 静态文件
├── test               // 测试文件
├── index.html         // 首页入口文件
├── package.json       // 项目配置文件
├── README.md          // 项目说明文档

技术栈

  • vue-cli
  • vue-router
  • vuex
  • axios
  • ES6
  • webpack

致谢

项目接口来源于币乎:https://bihu.com/

vue-bihu's People

Contributors

liuxuanqiang avatar

Watchers

 avatar

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.