Skip to content

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

@shaikahmadnawaz

Description

@shaikahmadnawaz

💭 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?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions