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