You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies安装相关的插件,例如elementui
npm install
# serve with hot reload at localhost:8080,启动程序
npm run dev
# build for production with minification打包程序,生成在dist文件夹下
npm run build