tanghc 0d42c658cb 1.4.12 3 years ago
..
mock fc0b3f366c v1.0.0 3 years ago
public 9f7153b23a 1.4.12 3 years ago
src 9f7153b23a 1.4.12 3 years ago
tests fc0b3f366c v1.0.0 3 years ago
.editorconfig fc0b3f366c v1.0.0 3 years ago
.env.development fc0b3f366c v1.0.0 3 years ago
.env.production fc0b3f366c v1.0.0 3 years ago
.env.staging fc0b3f366c v1.0.0 3 years ago
.eslintignore fc0b3f366c v1.0.0 3 years ago
.eslintrc.js fc0b3f366c v1.0.0 3 years ago
.gitignore fc0b3f366c v1.0.0 3 years ago
.postcssrc.js fc0b3f366c v1.0.0 3 years ago
.travis.yml fc0b3f366c v1.0.0 3 years ago
LICENSE fc0b3f366c v1.0.0 3 years ago
README.md c055366ae3 v1.0.2 3 years ago
babel.config.js fc0b3f366c v1.0.0 3 years ago
build.sh 0d42c658cb 1.4.12 3 years ago
jest.config.js fc0b3f366c v1.0.0 3 years ago
package.json d52f42c77f v1.1.0 3 years ago
vue.config.js caffda3de3 feat(增加组的概念):增加模板组,可以根据需求选择不同的组的模板,可以给数据源配置默认的包名、删除前缀、以及模板组,并且还可以在页面实时调整 3 years ago

README.md

前端vue实现

前提:先安装好npm,npm安装教程

  1. 启动服务端程序
  2. cd front
  3. 执行npm install --registry=https://registry.npm.taobao.org
  4. 执行npm run dev,访问http://localhost:9528/
  • 修改端口号:打开vue.config.js,找到port属性

打包放入到服务端步骤

  • 自动构建

执行build.sh

  • 手动构建

    • 执行npm run build:prod进行打包,结果在dist下
    • 把dist中的所有文件,放到gen/src/main/resources/public