Giter VIP home page Giter VIP logo

erp's Introduction

#golangERP 后台:框架采用国人谢大开发的beego

前端:webpack2+vue2+vuex+vue-router

简化数据库表设计,取消表的创建者、更新者和用户的直接关联关系,orm上为操作者的ID,而非对象

clone工程到go的src目录下,工程文件夹的名字必须为golangERP,若要修改名字需要将代码中所有golangERP修改为工程文件夹的名字

前端支持桌面和移动端,服务器根据请求区分(不全面),web_pc针对的是pc端,web_mobile针对的是移动端

增加了前后台,后台地址以admin开始

在golangERP\web_pc和golangERP\web_mobile 目录下执行:npm install & npm run build

回到golangERP目录下执行:bee run

默认端口为8888

默认开启了https

域名为www.hechihan.com 本机修改hosts文件

生成crt文件

gopath下src/crypto/tls/generate_cert.go

go run generate_cert.go -host www.hechihan.com

##QQ群

##捐赠

#微信

#支付宝

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.