项目作者: dingchaoyan1983

项目描述 :
Douyu website (https://www.douyu.com/) which writen in Vue(https://vuejs.org/), JUST FOR FUN
高级语言: JavaScript
项目地址: git://github.com/dingchaoyan1983/douyu-vue.git
创建时间: 2017-01-06T02:16:07Z
项目社区:https://github.com/dingchaoyan1983/douyu-vue

开源协议:MIT License

下载


douyu-vue

douyu website which is written in Vue, JUST FOR FUN!

Setup

  • npm install Install dependent node modules
  • npm run server Boot development server, you can access http://localhost:8080 to view the page
  • npm run dev Deploy development to dist directory
  • npm run watch Deploy development to dist directory, also it provide watch ablitiy
  • npm run prod Deploy prodcuct to dist directory

Comparison

you can compare with my another github repository douyu-react to check the difference between these two framework.