Jpom/web-vue
2021-03-31 20:31:08 +08:00
..
public add index page build time 2021-03-04 10:59:14 +08:00
src 添加监控判断用户是否配置报警联系方式 2021-03-31 20:31:08 +08:00
.gitignore 更换前端框架 reat => vue 2020-11-01 19:37:30 +08:00
babel.config.js update upload file page 2021-03-10 23:54:25 +08:00
package.json update upload file page 2021-03-10 23:54:25 +08:00
README.md update readme 2021-03-16 20:08:00 +08:00
vue.config.js add index page build time 2021-03-04 10:59:14 +08:00

Jpom 前端VUE项目server

介绍

这是一个 Jpom 的前端项目,主要内容是重写了一套 UI 页面。使用了 Vue 和 AntDesign Vue.

目录结构

web-vue
    public => public files
    src
        api => there are api directory
        assets => static files
        pages => UI pages
        router => vue router
        store => vue store
        utils => utils file
        App.vue
        main.js
        vue.config.js => some config
    package.json

开始

如果你是第一次运行这个项目,你需要保证你的电脑里已经装好了 Node 环境。然后像其他 Vue 项目一样,使用下面的命令去执行就可以使用浏览器看到效果了。

安装项目依赖

yarn install

本地启动(调试模式)

yarn serve

项目打包

yarn build