mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
.. | ||
public | ||
src | ||
.gitignore | ||
babel.config.js | ||
package.json | ||
README.md | ||
vue.config.js |
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