Installation relies on executing commands at the terminal

Install dependencies

npm install

Do not use CNPM to install dependencies directly, there will be a variety of weird bugs. You can solve the problem of slow NPM download speed by doing the following

NPM install – registry=https://registry.npm.taobao.org development in terminal execute the command:

$NPM run dev runs successfully and then visit http://localhost:9527 in your browser

The build executes the command on the terminal to package the project:

$NPM run build:prod After a successful build, by default the dist folder is generated in the root directory where the build files are packaged, usually static files such as.js,.css, index.html, etc.

Profile Profile. Env. Development Environment. Env. Production Official Environment Configuration Profile

Address of the interface

VUE_APP_BASE_API = ”

Socket connection address

VUE_APP_WS_URL = ”

If you feel this article to you a bit with our open source project, please little star: http://github.crmeb.net/u/defu be obliged!