0.2.3 • Published 5 years ago

presidium-js v0.2.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

presidium-js

React.js components for Presidium.

Build and Publish

Requires npm to build, test and publish components to a local instance of presidium-core.

Install required dependencies:

$ npm install

To start a local server for testing components:

$ npm start

To watch changes and automatically copy bundle to ../presidium-template (or any other library that uses presidium.js):

$ npm run watch:local-copy

//Note: the file copy defaults to "presidium-template". To update, simply edit "webpack.config.js".

To publish components to a local instance of ../presidium-core:

$ npm run publish:core

To watch changes and automatically publish to ../presidium-core:

$ npm run watch:local
and
$ npm run watch:core

Test

$ mocha --compilers js:babel-core/register --recursive test/
0.2.3

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.2

7 years ago

0.0.1-security

7 years ago

0.0.1

7 years ago