UNPKG

create-vue-library

Version:
32 lines (21 loc) 613 B
# my-test-library > this is a auto-generated test module. please ignore. [![NPM](https://img.shields.io/npm/v/my-test-library.svg)](https://www.npmjs.com/package/my-test-library) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save my-test-library ``` ## Usage ```jsx import React, { Component } from 'react' import MyComponent from 'my-test-library' class Example extends Component { render () { return ( <MyComponent /> ) } } ``` ## License MIT © [nala](https://github.com/nala)