Example libraries and demo content for testing the NoMercy platform https://examples.nomercy.tv/
  • JavaScript 96.5%
  • TypeScript 2.8%
  • Vue 0.4%
  • HTML 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-23 14:21:33 +02:00
.github/workflows fix: UI plugin fixes, Step 10 touch zones, deploy via GitHub Pages 2026-03-05 20:12:20 +01:00
.vscode first commit 2025-01-10 13:33:48 +01:00
public chore: update GitHub references to new kebab-case repo names 2026-03-10 15:54:27 +01:00
src fix(playlist): point BASE at nomercy-media + drop held cosmos-laundromat entry 2026-05-16 09:06:11 +02:00
.gitattributes chore: add .gitattributes for consistent line endings 2026-03-16 05:53:14 +01:00
.gitignore fix(deps): regenerate yarn.lock under yarn 4 2026-05-23 14:21:33 +02:00
eslint.config.js feat: add ESLint configuration with custom rules and overrides for Vue, TypeScript, and JavaScript 2026-03-09 21:02:06 +01:00
index.html Refactor code structure for improved readability and maintainability 2025-05-11 16:43:04 +02:00
package.json fix(deps): regenerate yarn.lock under yarn 4 2026-05-23 14:21:33 +02:00
playlist.js Refactor code structure for improved readability and maintainability 2026-03-05 03:39:04 +01:00
postcss.config.cjs first commit 2025-01-10 13:33:48 +01:00
radialGradientPlugin.ts first commit 2025-01-10 13:33:48 +01:00
README.md first commit 2025-01-10 11:40:54 +01:00
remove-moz.cjs fix: add postbuild script to remove deprecated '-moz-available' from CSS files 2025-04-24 19:32:24 +02:00
tailwind.config.cjs fix: update nomercy-video-player version to 0.3.5 and remove deprecated '-moz-available' from tailwind config 2025-04-24 17:49:49 +02:00
tsconfig.json feat: add ESLint configuration with custom rules and overrides for Vue, TypeScript, and JavaScript 2026-03-09 21:02:06 +01:00
tsconfig.node.json first commit 2025-01-10 13:33:48 +01:00
vite.config.js fix: Use enforce pre on capacitor stub to fix CI build 2026-03-05 20:40:07 +01:00
yarn.lock fix(deps): regenerate yarn.lock under yarn 4 2026-05-23 14:21:33 +02:00

nomercy-examples

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build