1.0.1 • Published 9 years ago

nextit-module-window v1.0.1

Weekly downloads
4
License
UNLICENSED
Repository
gitlab
Last release
9 years ago

NextIT Redux Component

Building

First, do the npm setup

npm install

Then come to the current directory, that is, 'nextit-redux-window' and execute

npm link nextit-redux

Webpack, will convert ES6 code and publish AMD library to the 'dist/nextit-redux.js'

webpack

Local NPM Dependency setup

Use npm link, to create a symbolic link.

npm link

Then go to the nextit-client project and execute

npm link nextit-redux-window