@Vargash wrote:
I'm starting a test project using Ionic v2, using it for a webApp (no mobile nor for any specific device).
To do so I created the app with the following command:
ionic start -a "appName" --v2 --no-cordova --sass --ts sidemenu appName
Everything well,
ionic serve
compiles the app and launch the browser.Now the question: what command can I use to build and compile (pretty much like what
ionic serve
do) to target a browser?I don't want to add cordova "Browser" device since I don't need cordova at all (thus the
--no-cordova
option), but I don't find any generic "build" command.
Posts: 1
Participants: 1