You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that it is possible to build any node.js under ui folder, we will take a challenge for anyone that is interested as Angular2 with angular-cli is failing:
Create a simple project with react that runs with sbt run.
Create a simple project with vue.js that runs with sbt run.
Fix actual angular2 project located under `ui folder.
sbt run is actually running npm install and npm build under ui.
Don't hesitate to comment if you need more information about this.
The text was updated successfully, but these errors were encountered:
Now that it is possible to build any
node.js
underui
folder, we will take a challenge for anyone that is interested as Angular2 withangular-cli
is failing:react
that runs withsbt run
.vue.js
that runs withsbt run
.angular2
project located under `ui folder.sbt run
is actually runningnpm install
andnpm build
underui
.Don't hesitate to comment if you need more information about this.
The text was updated successfully, but these errors were encountered: