create-vue-library
Version:
CLI for easily bootstrapping reusable Vue libraries
32 lines (21 loc) • 613 B
Markdown
# my-test-library
> this is a auto-generated test module. please ignore.
[](https://www.npmjs.com/package/my-test-library) [](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)