Jpom/web-vue
2021-04-28 15:07:20 +08:00
..
public add index page build time 2021-03-04 10:59:14 +08:00
src Merge branch 'dev' of https://gitee.com/dromara/Jpom into dev 2021-04-28 15:07:20 +08:00
.gitignore 更换前端框架 reat => vue 2020-11-01 19:37:30 +08:00
babel.config.js update config.js file for lgout feature 2021-04-15 17:57:52 +08:00
package.json Merge remote-tracking branch 'origin/dev' into dev 2021-04-26 09:26:56 +08:00
README.md update web-vue/README.md. 2021-04-24 18:25:24 +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.

https://www.antdv.com/docs/vue/introduce-cn/

目录结构

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