nextit-module-window
v1.0.1
Published
NextIT Redux Window
Downloads
2
Readme
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