Skip to content

Getting Started

Yordan Ramchev edited this page Dec 6, 2023 · 4 revisions

Follow these steps to clone, build, and run the project:

1. Clone the Repository

git clone https://github.com/MentorMate/create-vue.git
cd create-vue

2. Install Dependencies

Make sure you have npm installed, as we'll be using it for package management.

npm install

3. Build the Project

To build the project, run the following command:

npm run build

This will generate the build output in the outfile.cjs file.

4. Run the Project

You can now use the built CLI by running the following command, replacing with the actual path to the outfile.cjs file:

create-vue