-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Yordan Ramchev edited this page Dec 6, 2023
·
4 revisions
Follow these steps to clone, build, and run the project:
git clone https://github.com/MentorMate/create-vue.git
cd create-vue
Make sure you have npm installed, as we'll be using it for package management.
npm install
To build the project, run the following command:
npm run build
This will generate the build output in the outfile.cjs file.
You can now use the built CLI by running the following command, replacing with the actual path to the outfile.cjs file:
create-vue