开启Mock 项目同时支持在线和 Mock 接口,默认使用线上接口,如需替换为 Mock 接口,只需在 vite.config.ts 文件的 plugins 配置中取消对 mockDevServerPlugin() 的注释即可。 项目部署 # 项目打包 pnpm run build:prod # 上传文件至远程服务器 将打包生成在 `dist` 目录下的文件拷贝至 `/usr/share/nginx/html...
* If you don't want to use mock-server * you want to use MockJs for mock api * you can execute: mockXHR() * * Currently MockJs will be used in the production environment, * please remove it before going online ! ! ! */ if (process.env.NODE_ENV === 'production') { const {...
开启Mock 项目同时支持在线和 Mock 接口,默认使用线上接口,如需替换为 Mock 接口,只需在vite.config.ts文件的plugins配置中取消对mockDevServerPlugin()的注释即可。 项目部署 #项目打包pnpm run build:prod#上传文件至远程服务器将打包生成在`dist`目录下的文件拷贝至`/usr/share/nginx/html`目录#nginx.cofig 配...
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix", "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss...
youlaitech/vue3-element-admin最新发布版本:v2.11.5(2024-06-25 07:38:32)✨ feat vscode开发扩展推荐 cshaptx4869 完善基础增删改查Mock接口 @haoxianrui ♻️ refactor 修改login密码框功能实现 @cshaptx4869 弱化页面进入动画效果 @cshaptx4869 取消推荐TypeScript Vue Plugin @cshaptx4869 网站加载动画...
Start Mock Server npm run mock Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build 欢迎使用VUE3.0 + ElementPlus 后台管理模板 UI库文档:https://element-plus.gitee.io/#/zh-CN 该项目基于Vuecli 使用Vue3 + 最新版ElementPlus 构建简单版后台管...
<el-button @click="dialogFormVisible = false">取消</el-button> <!-- pojoForm 为el-form 的ref属性值 --> <!-- <el-button type="primary" @click="addData('pojoForm')">确定</el-button> --> <!-- 当pojo.id === null时,调用新增接口addData,当不为null,表示有id,则调更新接口updateD...
importmockDevServerPluginfrom"vite-plugin-mock-dev-server"; importvueJsxfrom"@vitejs/plugin-vue-jsx"; importUnoCSSfrom"unocss/vite"; import{resolve}from"path"; constpathSrc=resolve(__dirname,"src"); // https://cn.vitejs.dev/config ...
Start Mock Server npm run mock Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build 欢迎使用VUE3.0 + ElementPlus 后台管理模板 UI库文档: https://element-plus.gitee.io/#/zh-CN 该项目基于Vuecli 使用Vue3 + 最新版ElementPlus 构建简单版后台...
提交 取消 提示: 由于Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .vscode 👻feat: StyleLint配置 1年前 mock 👻feat: 强制按照格式提交 1年前 public 👻feat: 第一次大版本更新 1年前 scripts 👻feat: 强制按照格式提交 1年前 src 👻feat: 略微修改 7个月...