0.0.1 • Published 2 years ago

neon-vue-test-pkg-4 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue-ts-package-starter

A starter template for Vue + TypeScript NPM package.

Inspired by typescript-npm-package-template and starter-ts

Features

Caveats

  1. for the compiled package, to use the style, needs to import css from the package
  2. for the compiled package, the linting of props incorrectly highlight hyphenated names as mismatch

Remove everything from here and above


mypackage

npm package Downloads Issues

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.