Skip to content

Is all packages necessary? #86

Answered by BracketJohn
TheWotan asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @TheWotan!

Good q - we want to have as little coupling as possible and all modules should be removable! I like the idea of a wizard (: We already explored it a little bit and will explore it further soon, to make usage + setup easier.

For your concrete case: You can remove naive-ui without a problem: The only thing this will break is TheWelcomeContainer! So to remove it the only two things you should have to do are:

  1. Remove lines 3-5 from the app.vue -> this is the welcome container
  2. Remove '@huntersofbook/naive-ui-nuxt' from the nuxt.config.ts
  3. Uninstall naive ui: npm r @huntersofbook/naive-ui-nuxt

Please try this out and let me know if there's any remaining issues! Because if so, it'…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by TheWotan
Comment options

You must be logged in to vote
1 reply
@BracketJohn
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants