- Wimoor erp是国内首款百分百开源、支持商用的亚马逊erp系统
- 不仅现有系统免费,系统源码也都是公之于众的,可以任意安装、卸载和升级,没有用户数量限制
- 除了为跨境卖家提供一站式服务,我们也提供系统源代码搭建,成品系统部署搭建,支持功能定制开发等相关服务
- 官网地址:https://wimoor.com/ 商务或技术交流请联系客服QQ:1874049814 微信:wimoorerp
- 系统注册地址:https://erp.wimoor.com/toRegister.do 大家可免费使用
- 欢迎加入Wimoor ERP开源项目交流群(可联系客服QQ或微信拉你入群)
-
1、安装node (注意将Bin添加环境变量Path中)
-
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