Skip to content

Instantly share code, notes, and snippets.

@vasco3
Last active February 4, 2016 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasco3/1bf17807502dfd8b769c to your computer and use it in GitHub Desktop.
Save vasco3/1bf17807502dfd8b769c to your computer and use it in GitHub Desktop.

Versioning

named folder based

Directory structure

/button/v1.0/
/button/v1.0.1/
/button/v1.0.2/
/button/v1.2.2/

Install

npm i --save @bigengineers/button

Usage

import Button from 'button/v1.0';
import Button2 from 'button/v2.0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment