@pod-point/pod-point-ui-toolkit

2.13.0 • Public • Published

pod-point-ui-toolkit

npm test

The Pod Point frontend framework is a library of base styles and components designed for rapid prototyping.

Installation

npm install --save @pod-point/pod-point-ui-toolkit

Development

First, install all of the Node modules needed:

git clone git@github.com:Pod-Point/pod-point-ui-toolkit.git
cd pod-point-ui-toolkit
npm install

Versioning

Use NPM to create a new version in your PR branch:

npm version [major | minor | patch]

Then you need to push the version commit and the tags up:

git push && git push --tags

Once your version change in package.json is merged into master Travis will deploy this to NPM for you.

Gulp tasks

Gulp and gulp dev - compiles pages, assets and creates Sass sourcemaps

gulp
gulp dev

Gulp watch - compiles pages and assets and spins up a new development server at http://localhost:3000 with /dist as the document root.

gulp watch

Gulp prod - compiles pages and assets, minifies CSS and JS and creates SASS sourcemaps

gulp prod

Documentation

See full docs here

Readme

Keywords

none

Package Sidebar

Install

npm i @pod-point/pod-point-ui-toolkit

Weekly Downloads

698

Version

2.13.0

License

MIT

Unpacked Size

1.56 MB

Total Files

393

Last publish

Collaborators

  • pod-point