Skip to content

Ultra basic Vue.js 3 project, built with vite and using the latest versions (vue 3.5+ vite 7.1+). Algorithmic exercise using a lot of core Vue.js 3 features and also some ES6 features. You can test it here: https://jean-phil.gitlab.io/vuejs-3/

Notifications You must be signed in to change notification settings

jeanphilparmentier/vuejs-3

Repository files navigation

Bienvenue

Ceci est un petit projet Vue.js 3 construit avec Vite.

1 Requirements:

Node.js version 20.19+ or 22.12+

2 Install:

Dans le répertoire où se trouve le ficher package.json, lancez la commande suivante:

npm install

3 Usage:

Toujours dans le répertoire où se trouve le ficher package.json, lancez la commande suivante:

npm run dev

Rendez-vous dans un navigateur, et testez le projet ici:

http://localhost:5173/

4 Inutile pour tester (juste pour passage en prod)

Compile and Minify for Production

npm run build

About

Ultra basic Vue.js 3 project, built with vite and using the latest versions (vue 3.5+ vite 7.1+). Algorithmic exercise using a lot of core Vue.js 3 features and also some ES6 features. You can test it here: https://jean-phil.gitlab.io/vuejs-3/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published