Open libo5209 opened 2 years ago
第一步:下载项目 第二步:看readme 第三步:打开config 第四步:看所有文件对应的readme 第五步:配置redis,nacos,seata,mysql,node,jdk1.8导入对应配置 第六步:导入数据到mysql 第七步:用eclipse打开wimoor 第八步:运行wimoor-admin,wimoor-gateway,wimoor-auth,wimoor-amazon,wimoor-erp,wimoor-amazon-adv 第九步:用前端开发工具hbuild或者VSCode 打开wimoorUI 第十步:修改config里面的路由改成127.0.0.1 然后npm run serve
1、安装node (注意将Bin添加环境变量Path中) 1>下载node 2、安装vue npm install -g @vue/cli
3、创建项目 1>vue create 项目名称 2>选择手动(Manually select features) 3>[chose vue version,Babel,Router,Vuex] 4>3.x 5>Use history for route (Y) 6>save this config(N)
4、进入项目目录(安装依赖) npm install axios --save npm install @icon-park/vue-next --save npm install @element-plus/icons-vue npm install element-plus --save npm install echart --save npm install mitt npm i -S vuedraggable@next
5、运行项目 npm run serve
6、发布项目 npm run build
第一步:下载项目 第二步:看readme 第三步:打开config 第四步:看所有文件对应的readme 第五步:配置redis,nacos,seata,mysql,node,jdk1.8导入对应配置 第六步:导入数据到mysql 第七步:用eclipse打开wimoor 第八步:运行wimoor-admin,wimoor-gateway,wimoor-auth,wimoor-amazon,wimoor-erp,wimoor-amazon-adv 第九步:用前端开发工具hbuild或者VSCode 打开wimoorUI 第十步:修改config里面的路由改成127.0.0.1 然后npm run serve
1、安装node (注意将Bin添加环境变量Path中) 1>下载node 2、安装vue npm install -g @vue/cli
3、创建项目 1>vue create 项目名称 2>选择手动(Manually select features) 3>[chose vue version,Babel,Router,Vuex] 4>3.x 5>Use history for route (Y) 6>save this config(N)
4、进入项目目录(安装依赖) npm install axios --save npm install @icon-park/vue-next --save npm install @element-plus/icons-vue npm install element-plus --save npm install echart --save npm install mitt npm i -S vuedraggable@next
5、运行项目 npm run serve
6、发布项目 npm run build