1.0.3 • Published 5 years ago

@aics/allencell-nav-bar v1.0.3

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

Allencell nav bar

Nav bar for subdomain applications that matches our navbar on allencell.org


Description

Main features in a brief descriptive text.

Installation

Gradle tasks:

scriptcomments
buildcreate CommonJS, ES module, and UMD builds
bundlerun Webpack to create a UMD bundle
cleanremove generated artifacts
formatrun prettier on src directory
generateTypesgenerate type declarations
lintrun eslint on src directory
transpileCommonJsrun babel on src directory; transpile import/export statements for a CommonJS compatible build
transpileESrun babel on src directory; do not transpile import/export statements for an ES module compatible build (used by bundlers for tree-shaking)
testrun mocha; searches for any files matching the pattern "src/*/.test.js"
typeCheckrun tsc in type-check only mode
startruns an example app from examples for testing. Runs at localhost:8080/public/

Documentation

If you have more extensive technical documentation (whether generated or not), ensure they are published to the following address: For full package documentation please visit organization.github.io/projectname.

Quick Start

Describe the most common operations, step by step, that a first time user would want to know, here.

Development

See CONTRIBUTING.md for information related to developing the code.