0.5.6 • Published 4 years ago

lucky_fruits v0.5.6

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

PROYECT DEPENDENCIES

1) Download and install: nodeJs(http://nodejs.org/) y git (at first time only)

I recommend you to use chocolatey.

For that:

Install chocolatey packet manager: https://chocolatey.org/

Restart console, for refresh environment variables if it's necessary.

After that now you can install git and nodejs in this way:

choco install git

choco install nodejs

2)

npm install

3)

npm run build-debug

npm run build-dev

webpack --env=dev -w (WATCH MODE)

webpack -p (PRODUCTION)

4) if need it for typings on libs changes

typings install

5) for compile multi-lang on language folder

node .

TIPS:

typescript code sheet

https://www.sitepen.com/blog/2013/12/31/typescript-cheat-sheet/

  • Install "electron" global to export AnimateCC .fla in JS npm install electron -g