An open API service indexing awesome lists of open source software.

https://github.com/chambrin/support-de-application-vue3--

support pour gagner du temps sur l'installation de vue3
https://github.com/chambrin/support-de-application-vue3--

Last synced: 3 months ago
JSON representation

support pour gagner du temps sur l'installation de vue3

Awesome Lists containing this project

README

          

# Support de installation

Prérequis :

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

Node.js : [https://nodejs.org/en/](https://nodejs.org/en/)

*(node.js install npm)*

CMD command :

```html
npm install vue@next
```

and

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

Command dans le projet :

```html
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](http://localhost) pour voir votre application en temps réel

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

```html
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](https://cli.vuejs.org/config/).