douyu website which is written in Vue, JUST FOR FUN!
npm install
Install dependent node modulesnpm run server
Boot development server, you can accesshttp://localhost:8080
to view the pagenpm run dev
Deploy development todist
directorynpm run watch
Deploy development todist
directory, also it provide watch ablitiynpm run prod
Deploy prodcuct todist
directory
you can compare with my another github repository douyu-react to check the difference between these two framework.