Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

前后端的没有部署文档 #1

Open
libo5209 opened this issue Aug 6, 2022 · 1 comment
Open

前后端的没有部署文档 #1

libo5209 opened this issue Aug 6, 2022 · 1 comment

Comments

@libo5209
Copy link

libo5209 commented Aug 6, 2022

No description provided.

@wimoor-erp
Copy link
Owner

第一步:下载项目
第二步:看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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants