UNPKG

vite-plugin-nightwatch

Version:

Component testing plugin that integrates Vite with Nightwatch.js. Supports Vue and React components with more to come soon.

13 lines (12 loc) 255 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>{componentType} Renderer</title> </head> <body> <div id="app"></div> <!-- script --> </body> </html>