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.
 
 
 
 
eduveks 0885e8fd9c Está é a minha primeira versão. 4 years ago
..
src Está é a minha primeira versão. 4 years ago
.babelrc Está é a minha primeira versão. 4 years ago
.gitignore Está é a minha primeira versão. 4 years ago
README.md Está é a minha primeira versão. 4 years ago
package.json Está é a minha primeira versão. 4 years ago
webpack.config.js Está é a minha primeira versão. 4 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