Douyu website (https://www.douyu.com/) which writen in Vue(https://vuejs.org/), JUST FOR FUN
douyu website which is written in Vue, JUST FOR FUN!
npm install
Install dependent node modulesnpm run server
Boot development server, you can access http://localhost:8080
to view the pagenpm run dev
Deploy development to dist
directorynpm run watch
Deploy development to dist
directory, also it provide watch ablitiynpm run prod
Deploy prodcuct to dist
directoryyou can compare with my another github repository douyu-react to check the difference between these two framework.