neon-vue-test-pkg-3
v0.0.0
Published
A starter template for Vue + TypeScript NPM package.
Downloads
3
Readme
vue-ts-package-starter
A starter template for Vue + TypeScript NPM package.
Inspired by typescript-npm-package-template and starter-ts
Features
Caveats
- for the compiled package, to use the style, needs to import css from the package
- for the compiled package, the linting of props incorrectly highlight hyphenated names as mismatch
Remove everything from here and above
mypackage
My awesome module
Install
npm install my-package-name
Usage
import { myPackage } from 'my-package-name'
myPackage('hello')
// => 'hello from my package'
API
myPackage(input, options?)
input
Type: string
Lorem ipsum.
options
Type: object
postfix
Type: string
Default: rainbows
Lorem ipsum.