Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@narrative.io/tackle-box

narrative-io23GNU GPL v3.00.7.22TypeScript support: included

The Narrative Data Stream UI library of user interface components and styles, written for use in Vue.js projects

Narrative, Data Stream, tacklebox, tackle-box

readme

Tacklebox

Documentation

Documentation can be found at docs.narrative.dev

Install Node / NPM

brew install node

Clone the tackle-box repo

cd <project>
git clone https://github.com/narrative-io/tackle-box.git

Before you begin

cd library
npm install

UI Library / App

The Tacklebox library codebase and App for local development.

Develop locally

npm run serve

Deploy

Build the project
npm run build
Publish to npm

Make asure you have an NPM account and have been added to the Narrative.io orgg and the developers team

Publish a -beta version (make sure the version contains xxx-beta)
npm login
npm run release:dev
Publish a prod version
npm login
npm run release:prod

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-07-24)

1.1.0 (2020-04-01)

1.0.0 (2019-12-09)

0.6.0 (2019-12-09)