This project is built with Vite, Vue 3, and TypeScript.
- Node.js (version 12.0 or higher)
- npm (usually comes with Node.js)
Clone the repository and install the dependencies:
git clone <your-repo-url>
cd <your-project-name>
npm install
In the project directory, you can run:
Runs the app in development mode. Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist
folder.
It correctly bundles Vue in production mode and optimizes the build for the best performance.
Locally preview the production build.
This command will start a local static web server that serves the files from dist
at http://localhost:4173.
To learn more about Vite, check out the Vite documentation.
For Vue 3, visit the Vue 3 documentation.
To learn TypeScript, see the TypeScript documentation.