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

Update vite notes for quick start page #1771

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,10 @@ <h3 class="mb-3 font-bold">About the <code>initTE</code> method</h3>
<div
class="mb-4 rounded-md border-l-[6px] border-solid border-blue-600 bg-blue-100 p-2.5 dark:text-gray-600">
<strong>Note:</strong> Make sure that you have
<code>Node.js version 16+</code> installed. Please update if your package
manager asks for it.
<code>Node.js version 16.17.0 + / 18.1.0 +</code> installed. Please update
if your package manager asks for it. If you are expecting issues with
<code>vite.config.js</code> and you don't want to update the npm, try
using the <code>4.3.9</code> version of vite.
</div>
<p class="my-3">
Vite (French word for "fast", pronounced /vit/) is a build tool that aims
Expand Down Expand Up @@ -673,7 +675,9 @@ <h5 class="text-xl">Third slide label</h5>
only a demo for testing.
</p>
<div class="mb-10">
<a href="https://tailwind-elements.com/te-starter.zip" id="download-zip-step-1">
<a
href="https://tailwind-elements.com/te-starter.zip"
id="download-zip-step-1">
<button
class=" mb-3 mr-1 mt-3 rounded border border-solid border-purple-500 bg-transparent px-6 py-3 text-sm font-bold uppercase text-purple-500 outline-none transition-all duration-150 ease-linear hover:bg-purple-500 hover:text-white focus:outline-none active:bg-purple-600"
type="button">
Expand Down