mavenlink-ui
v0.0.11-a
Published
User interfaces by Mavenlink
Keywords
Readme
Mavenlink UI
Setup
npm installExplore
npm startVisit 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.10Linting
npm run lintor
npm run eslint
npm run stylelintAuto-fix with --fix argument (i.e. npm run eslint -- --fix, npm run stylelint -- --fix).
Testing
npm testVisit the running karma server (usually, http://localhost:9876/)
Local development against another repository
npm linkcd <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';