Bilprospekt / bilprospekt-ui

Bilprospekt's UI
http://bilprospekt.github.io/bilprospekt-ui/
MIT License
3 stars 0 forks source link

bilprospekt-ui

Bilprospekt's UI components

Setup

npm install

For watching changes. Run them in seperate windows or however you like.

compass watch
webpack --watch

Documentation & Preview

cd docs
npm install
npm start

Documentation will be available at http://localhost:3210

Deploying to npm

Problems with fixed-data-table

Use nodeversion 6.4.0

ERROR in ./~/fixed-data-table/main.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./internal/FixedDataTableRoot in /bilprospekt-ui/node_modules/fixed-data-table
 @ ./~/fixed-data-table/main.js 1:17-57

If you see this error you need to install the package manually

cd node_modules/fixed-data-table
npm install
npm run build-npm