0.0.11-a • Published 7 years ago

mavenlink-ui v0.0.11-a

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
7 years ago

Mavenlink UI

Setup

npm install

Explore

npm start

Visit the examples directory and click on an HTML file!

Contribute

In order to avoid thrashing the lock file:

node 6.10.1
npm 3.10.10

Linting

npm run lint

or

npm run eslint
npm run stylelint

Auto-fix with --fix argument (i.e. npm run eslint -- --fix, npm run stylelint -- --fix).

Testing

npm test

Visit the running karma server (usually, http://localhost:9876/)

Local development against another repository

npm link
cd <another repository>
npm link mavenlink-ui

(Published assets)./PUBLISH.md are src/ files (at the moment).

e.g.

import Popover from 'mavenlink-ui/src/popover/popover.jsx';
0.0.11-a

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago