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
- Host: GitHub
- URL: https://github.com/chambrin/support-de-application-vue3--
- Owner: chambrin
- Created: 2021-10-19T08:55:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T09:57:01.000Z (over 4 years ago)
- Last Synced: 2025-03-11T11:12:59.335Z (over 1 year ago)
- Language: Vue
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).