Jpom/web-vue
2021-03-04 10:05:56 +08:00
..
public fix bug for add domain path with nginx proxy 2021-03-02 14:03:11 +08:00
src test js doc 2021-03-04 10:05:56 +08:00
.gitignore 更换前端框架 reat => vue 2020-11-01 19:37:30 +08:00
babel.config.js 添加 login 页面 路由地址:${url}/#login 2020-11-01 23:06:49 +08:00
package.json 添加 xterm 尝试建立 socket 连接(大概率要修改接口) 2020-11-25 18:19:00 +08:00
README.md update web-vue/README.md. 2021-03-03 18:13:33 +08:00
vue.config.js update vue.cnfig.js for proxy websocket protocol and url 2021-03-02 14:21:14 +08:00

web-vue

English

Description

This is a Jpom front-end project, and the main content is to rewirte a set of UI pages.

This project used Vue and AntDesign Vue.

Here are some screenshots to visually compare the two versions.

...

Getting Start

If you are first time to run this project, you need make sure that you have installed Node.js.

Then, like other Vue projects, just use command line tools and exec those command.

yarn install
yarn serve

Project modules

++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

中文

介绍

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

下面是一些截图,可以直观的对比两个版本:

开始

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

yarn install
yarn serve