0.0.15 • Published 6 years ago
@fishtripr/ui v0.0.15
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/uiOr with Yarn:
$ yarn add @fishtripr-com/uiHow to make a release
- Always make your changes on a feature branch, starting from
development, with the version number (for examplefeature-v0.0.2). - Make sure you build the package by running
yarn build. It will create a newindex.jsfile indist. - Bump the version in
package.jsonby using the commandnpm version(make sure it's the same version as the name of your branch). - Make a pull request on GitHub and wait for approval.
- Once the pull request is approved, merge it into the
developmentbranch. - Publish to npm using the
npm publish --access=publiccommand. - Merge the
developmentbranch intomasterand push to GitHub.
Storybook
To start Storybook for this project, run this command:
$ yarn run storybookTo build storybook for deployment run:
$ yarn run build:storybookThis 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.