ActiveUI is compatible with:
To use ActiveUI with Node.js, make sure the following frameworks are installed:
In order to start a React project, we recommend using Facebook’s Create React App
On top of that, in order to stop spending time formatting your JavaScript code, we strongly advise to use Prettier in your project.
We recommend using Visual Studio Code to develop ActiveUI.
There are many alternatives to develop a JavaScript project, some open source, some with a paid license. Among others:
Name | Licensing |
---|---|
Visual Studio Code | free |
WebStorm | priced |
Atom | free |
Those recommendations are related to the ActiveUI Sandbox project.
For more information: WebStorm official website
We recommend the following configuration under File>Settings
(Tested against WebStorm 2017.1):
Languages & Frameworks>JavaScript
select Flow
and enable “type-based completion”, “type checking”, “navigation, code completion, and type hinting”.Appearance & Behavior>System Settings
, turn OFF Use "safe write" (save changes to temporary file first)
.
This is for the watch scripts to work correctly on Windows.For more information: Visual Studio Code official website
We recommend the following extensions:
For more information: Atom official website