Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 345 Bytes

npm-package-base

Installation

With npm:

git clone [email protected]:decorate/npm-package-base.git

Replace

package.json:

name,main,unpkg,repository,author,keywords
peerDependencies = externalLibrary

Usage

npm install
npm run serve

Build

npm run build

Test

npm run test