Thanks to visit codestin.com
Credit goes to github.com

Skip to content

onlyjq04/mog-video

Repository files navigation

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss

# with pnpm
$ pnpm dlx create-nextron-app my-app --example with-tailwindcss

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

🚧 对本地视频内容进行讲解,标记,整理的项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published