Easy Web TV M3u8 Vue.js 3 Version
You can click Demo to play. In vue.js version I hide novel and manga pages.
- Open vscode, select File -> Open Folder, and choose the project folder you downloaded.
- Open a terminal in vscode (Terminal -> New Terminal), and type
npm install
to install the dependencies required by the project. - Type
npm run dev
to start a local development server for the project. - 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.