An open API service indexing awesome lists of open source software.

https://github.com/soaple/stickyboard-component-base

Component base for StickyBoard
https://github.com/soaple/stickyboard-component-base

Last synced: 10 months ago
JSON representation

Component base for StickyBoard

Awesome Lists containing this project

README

          

# stickyboard-component-base
Component base for StickyBoard

[![Version](https://img.shields.io/npm/v/@stickyboard/component-base.svg)](https://npmjs.org/package/@stickyboard/component-base)
[![Downloads/week](https://img.shields.io/npm/dw/@stickyboard/component-base.svg)](https://npmjs.org/package/@stickyboard/component-base)
[![License](https://img.shields.io/npm/l/@stickyboard/component-base.svg)](https://github.com/soaple/@stickyboard/component-base/blob/master/package.json)

# Webpack watch
```bsh
$ npm start
```

# Build
```bsh
$ npm run build
```

# Publish to npm
```bsh
$ npm run publish
```

# License
This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).