You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
andrebarros7201 46d3a128f9 Botão Ver Stock a funcionar 5 years ago
..
src Botão Ver Stock a funcionar 5 years ago
.babelrc Primeiro Commit 5 years ago
.gitignore Primeiro Commit 5 years ago
README.md Primeiro Commit 5 years ago
package.json Refactorização 5 years ago
webpack.config.js Primeiro Commit 5 years ago

README.md

Install Packages

npm install

Watch changes and auto recompile

npm run watch

Installation requirements

On Windows with an Administrator terminal, run:

npm install --global --production windows-build-tools
npm install --global node-gyp

With others Python version, then configure the Python 2.7 path:

node-gyp --python /path/to/python2.7
npm config set python /path/to/executable/python2.7