An open API service indexing awesome lists of open source software.

https://github.com/n3ps/vue-html-test-page

Quickly see how your site renders common html elements
https://github.com/n3ps/vue-html-test-page

test-html vue

Last synced: about 1 year ago
JSON representation

Quickly see how your site renders common html elements

Awesome Lists containing this project

README

          

# vue-html-test-page
[![npm version](https://badge.fury.io/js/vue-html-test-page.svg)](https://badge.fury.io/js/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
```js
import TestPage from 'vue-html-test-page'

Vue.use(TestPage)
```

Then render the test page markup from any Vue file
```html

```

### Credits
Test page markup from [Tania Rascia's](https://github.com/taniarascia) HTML5 test page for [Primitive](https://taniarascia.github.io/primitive/)