No Description

zhangdaiscott b897c692f8 1 3 years ago
build 5a8812318e jeecgboot vue3 ui 3 years ago
doc 5a8812318e jeecgboot vue3 ui 3 years ago
mock 5a8812318e jeecgboot vue3 ui 3 years ago
public 5a8812318e jeecgboot vue3 ui 3 years ago
src 5a8812318e jeecgboot vue3 ui 3 years ago
tests 5a8812318e jeecgboot vue3 ui 3 years ago
types 5a8812318e jeecgboot vue3 ui 3 years ago
.editorconfig 5a8812318e jeecgboot vue3 ui 3 years ago
.env 5a8812318e jeecgboot vue3 ui 3 years ago
.env.development 5a8812318e jeecgboot vue3 ui 3 years ago
.env.production 5a8812318e jeecgboot vue3 ui 3 years ago
.env.test 5a8812318e jeecgboot vue3 ui 3 years ago
.eslintignore 5a8812318e jeecgboot vue3 ui 3 years ago
.eslintrc.js 5a8812318e jeecgboot vue3 ui 3 years ago
.gitignore 5a8812318e jeecgboot vue3 ui 3 years ago
.gitpod.yml 5a8812318e jeecgboot vue3 ui 3 years ago
.prettierignore 5a8812318e jeecgboot vue3 ui 3 years ago
.stylelintignore 5a8812318e jeecgboot vue3 ui 3 years ago
.yarnclean 5a8812318e jeecgboot vue3 ui 3 years ago
LICENSE 5a8812318e jeecgboot vue3 ui 3 years ago
README.md b897c692f8 1 3 years ago
commitlint.config.js 5a8812318e jeecgboot vue3 ui 3 years ago
index.html 5a8812318e jeecgboot vue3 ui 3 years ago
jest.config.mjs 5a8812318e jeecgboot vue3 ui 3 years ago
npm 5a8812318e jeecgboot vue3 ui 3 years ago
package.json a84084b8e7 报错 :npm ERR! Invalid version: "1.0" 3 years ago
postcss.config.js 5a8812318e jeecgboot vue3 ui 3 years ago
prettier.config.js 5a8812318e jeecgboot vue3 ui 3 years ago
stylelint.config.js 5a8812318e jeecgboot vue3 ui 3 years ago
tsconfig.json 5a8812318e jeecgboot vue3 ui 3 years ago
vite.config.ts 5a8812318e jeecgboot vue3 ui 3 years ago
windi.config.ts 5a8812318e jeecgboot vue3 ui 3 years ago
yarn.lock 5a8812318e jeecgboot vue3 ui 3 years ago

README.md

JEECG

JEECG BOOT 低代码平台(Vue3前端版本)

尚未正式发布: 1.0(发布日期:???)

简介

Jeecg-Boot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是在 Vben-Admin 基础上研发的,适合于JeecgBoot的新版前端VUE3框架。

全新的VUE3技术栈,不只是追赶技术潮流,用了之后才能体会到Vue3的好处,的确比2更加适合大型项目。

源码下载:
后端源码 vue3前端源码
github https://github.com/jeecgboot/jeecg-boot https://github.com/jeecgboot/jeecg-boot-vue3
码云 https://gitee.com/jeecg/jeecg-boot https://gitee.com/jeecg/jeecg-boot-vue3
相关文档:

入门必备

本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:

浏览器支持

本地开发推荐使用Chrome 最新版浏览器,不支持Chrome 80以下版本。

生产环境支持现代浏览器,不支持 IE。

IEIE  EdgeEdge FirefoxFirefox ChromeChrome SafariSafari
not support last 2 versions last 2 versions last 2 versions last 2 versions

Install and use

  • Get the project code
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
  • Installation dependencies
cd jeecg-boot-vue3

yarn install

  • run
yarn serve
  • build
yarn build