New to vue, do you have any friends who know how to run this project?

recently, the company wanted to do a chat function, so I looked for the source code on the Internet. I saw that this project was similar to our needs, so I downloaded it, but I couldn"t run locally. Does any god know how to do it? Thank you in advance, ha

Address of

code: http://www.lanrenzhijia.com/j.

May.26,2021

the github address of the project github address , first npm install installation dependency, and then npm run dev can locally preview


you should be talking about the preview in development mode. This lacks webpack configuration and needs to be configured by yourself.


under the premise that Node is installed on the computer,: npm install installs the project's dependency package in the project console, and then the npm start, project can run locally

.
Menu