A Tour of Heroes for Quasar.
-
Have Node.js installed. Pick the
LTS
version. -
Have the Quasar CLI installed.
This can be installed by running the following command:
npm install -g @quasar/cli
Install the dependencies, in the root of the project (the level containing the package.json
file), run:
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
npm run dev
Een Tour of Heroes voor Quasar.
-
Node.js moet geïnstalleerd zijn. Kies de
LTS
-versie. -
Quasar CLI moet geïnstalleerd zijn.
Dit kan geïnstalleerd worden door het volgende commando uit te voeren:
npm install -g @quasar/cli
Installeer de dependencies, in de root van het project (het niveau dat de package.json
-bestand bevat), voer het volgende commando uit:
npm install
Start de app in ontwikkelingsmodus (hot-code reloading, foutmelding, etc.)
npm run dev