Write interface automation platform based on github open source project

1. Background

I want to write an interface automation platform for my own department based on the github open source project.

I will record it very simply here first. Follow up and then slowly complete.

Two, the process

1. This open source project is good.

GitHub - lin-xin/vue-manage-system: Backstage management system solution based on Vue3 + Element Plus

Download the project.

2. Installation depends on npm install or cnpm install

In the current project directory, execute

cnpm install

 The dependencies in package.json will be installed.

3. Start the project.

npm run serve

Guess you like

Origin blog.csdn.net/qq_39208536/article/details/130146052