chambrin / support-de-application-Vue3--

support pour gagner du temps sur l'installation de vue3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support de installation

Prérequis :

npm et/ou yarn de installé https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable

Node.js : https://nodejs.org/en/

(node.js install npm)

CMD command :

npm install vue@next

and

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Command dans le projet :

yarn serve

resulta :
DONE  Compiled successfully in 4099ms                                                                                                                                                                                                                        11:38:26

  App running at:
  - Local:   http://localhost:8080/
  - Network: http://192.168.10.112:8080/

Ouvrez le localhost pour voir votre application en temps réel

Pour avoir acces a l'interface graphique de vue.js

vue ui

resulta :
🚀  Starting GUI...
🌠  Ready on http://localhost:8000

support

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

About

support pour gagner du temps sur l'installation de vue3


Languages

Language:Vue 64.9%Language:JavaScript 21.5%Language:HTML 13.6%