Quickly see how your application renders common html elements:
- Headings
- Formatting Elements
- Lists
- Tables
- Forms
$ npm install vue-html-test-page
import TestPage from 'vue-html-test-page'
Vue.use(TestPage)
Then render the test page markup from any Vue file
<html-test-page />
Test page markup from Tania Rascia's HTML5 test page for Primitive