0.0.15 • Published 6 years ago

@fishtripr/ui v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Fishtripr UI

Fishtripr UI is a set of Vue components that implement the Fishtripr design specification.

Installation

Fishtripr UI can be installed as an npm package:

$ npm install --save @fishtripr-com/ui

Or with Yarn:

$ yarn add @fishtripr-com/ui

How to make a release

  1. Always make your changes on a feature branch, starting from development, with the version number (for example feature-v0.0.2).
  2. Make sure you build the package by running yarn build. It will create a new index.js file in dist.
  3. Bump the version in package.json by using the command npm version (make sure it's the same version as the name of your branch).
  4. Make a pull request on GitHub and wait for approval.
  5. Once the pull request is approved, merge it into the development branch.
  6. Publish to npm using the npm publish --access=public command.
  7. Merge the development branch into master and push to GitHub.

Storybook

To start Storybook for this project, run this command:

$ yarn run storybook

To build storybook for deployment run:

$ yarn run build:storybook

This will redirect to http://localhost:9001 where you can browse all the components.

License

This project is licensed under the terms of the MIT license.

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago