Hello Vue is a template to set up quickly a NodeAtlas base project using Vue as SSR template engine and MVVM client reactivity and router.
To try it you must:
- download it from here
or
- install it from NodeAtlas CLI with
node-atlas --create hello-vue
then
Open console and install dependencies:
npm install
FR
node-atlas --browse
EN
node-atlas --browse --webconfig webconfig.en-us.json
node-atlas --generate
FR
node-atlas --browse --webconfig webconfig.production.json
EN
node-atlas --browse --webconfig webconfig.production.en-us.json
Hello Vue est un template de démarrage pour créer une base de projet NodeAtlas en utilisant Vue comme moteur de rendu côté serveur et de la réactivité et du routage MVVM côté client.
Pour l'essayer il faut :
- le télécharger de se dépôt
or
- l'installer depuis la CLI NodeAtlas avec la commande
node-atlas --create hello-vue
puis
Ouvrir une console et installer les dépendances :
npm install
FR
node-atlas --browse
EN
node-atlas --browse --webconfig webconfig.en-us.json
node-atlas --generate
FR
node-atlas --browse --webconfig webconfig.production.json
EN
node-atlas --browse --webconfig webconfig.production.en-us.json