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
- Host: GitHub
- URL: https://github.com/n3ps/vue-html-test-page
- Owner: n3ps
- Created: 2019-10-06T03:24:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T06:34:16.000Z (over 6 years ago)
- Last Synced: 2024-04-26T15:21:22.591Z (about 2 years ago)
- Topics: test-html, vue
- Language: Vue
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-html-test-page
[](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/)