1.0.1 • Published 5 years ago

vue-html-test-page v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

vue-html-test-page

Quickly see how your application renders common html elements:

  • Headings
  • Formatting Elements
  • Lists
  • Tables
  • Forms

Install

$ npm install vue-html-test-page

Usage

import TestPage from 'vue-html-test-page'

Vue.use(TestPage)

Then render the test page markup from any Vue file

<html-test-page />

Credits

Test page markup from Tania Rascia's HTML5 test page for Primitive