Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH] Utiliser l'auto-import des composants proposé par Nuxt. #278

Merged
merged 3 commits into from
Jul 19, 2021

Conversation

VincentHardouin
Copy link
Member

@VincentHardouin VincentHardouin commented Jun 28, 2021

🦄 Problème

Lorsqu'on crée une application via : https://github.com/nuxt/create-nuxt-app, par défaut les composants sont chargés automatiquement. Cela se fait grâce à l'option : components: true dans le fichier : nuxt.config.js

🤖 Solution

Je propose de suivre au plus près notre framework et donc d'ajouter cette option et d'enlever les imports de composant qui étaient faits.

🌈 Remarques

Pour les composants qui sont dans un dossier, il faut précéder le nom du composant par le nom du dossier (cf: documentation nested-components)
Pour le composant :
composants/slices/logos-zones.vue
Pour l'utiliser :

<slices-logos-zones />

💯 Pour tester

Vérifier le bon fonctionnement du site.

@VincentHardouin VincentHardouin self-assigned this Jun 28, 2021
@pix-service
Copy link

I'm deploying this PR to these urls:

Please check it out!

Copy link
Contributor

@jonasgrilleres jonasgrilleres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trop cool 🥳

@celineung celineung force-pushed the tech-import-component branch from 3410ae2 to 2ff756b Compare July 16, 2021 08:21
@sbedeau sbedeau added 👀 Tech Review Needed cross-team Toutes les équipes de dev labels Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants