Skip to content

zhangboheng/Easy-Web-TV-Vue

Repository files navigation

Easy-Web-TV

Easy-Web-TV-Vue

Easy Web TV M3u8 Vue.js 3 Version

Demo

You can click Demo to play. In vue.js version I hide novel and manga pages.

How to Use

  1. Open vscode, select File -> Open Folder, and choose the project folder you downloaded.
  2. Open a terminal in vscode (Terminal -> New Terminal), and type npm install to install the dependencies required by the project.
  3. Type npm run dev to start a local development server for the project.
  4. Visit local url in your browser to see the effect of the project.

If you want a richer vue.js development environment, you can install the Vetur extension, which supports vue.js IntelliSense, code snippets, formatting and more. You can also check out the official repository of vuejs on github for more information and resources about vue.js.

Thanks