appwrite / website

The Appwrite website, docs and blog 🏠
https://appwrite.io
193 stars 186 forks source link

📚 Documentation: Update Documentation for Vite Template Installation with npm 7+ #157

Open shaikahmadnawaz opened 12 months ago

shaikahmadnawaz commented 12 months ago

💭 Description

The documentation for installing the Vite template for React and Vue in Appwrite is not clear regarding the use of npm 7+. The provided examples for npm 7+ installation methods differ between React and Vue. This issue aims to improve the documentation for better user understanding and consistency.

Expected Behavior: The documentation should provide consistent and clear instructions for npm 7+ installation methods for the Vite template, ensuring that users have a seamless experience.

Screenshot (1315)

Screenshot (1316)

Actual Behavior:

In docs, we have the installation process of npm 6.x

Screenshot (1314)

Screenshot (1317)

Proposed Solution: I will update the documentation to provide a unified and clear format for installing the Vite template with npm 7+ for both React and Vue. Consider revising the examples to be consistent with the format below:

npm create vite@latest -- --template react ideas-tracker && cd ideas-tracker

npm create vite@latest -- --template vue ideas-tracker && cd ideas-tracker

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

shaikahmadnawaz commented 12 months ago

If this issue is considered valid, I am ready to take the initiative to resolve it. I am awaiting confirmation regarding its validity.

stnguyen90 commented 1 day ago

Thanks for your interest! You may work on this issue 🙏 If you're unable to work on this, please let me know and I'll unassign you.

shaikahmadnawaz commented 1 day ago

Thanks for your interest! You may work on this issue 🙏 If you're unable to work on this, please let me know and I'll unassign you.

Thank you @stnguyen90, I will complete this.