b897c692f8 | ||
---|---|---|
build | ||
doc | ||
mock | ||
public | ||
src | ||
tests | ||
types | ||
.editorconfig | ||
.env | ||
.env.development | ||
.env.production | ||
.env.test | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitpod.yml | ||
.prettierignore | ||
.stylelintignore | ||
.yarnclean | ||
LICENSE | ||
README.md | ||
commitlint.config.js | ||
index.html | ||
jest.config.mjs | ||
npm | ||
package.json | ||
postcss.config.js | ||
prettier.config.js | ||
stylelint.config.js | ||
tsconfig.json | ||
vite.config.ts | ||
windi.config.ts | ||
yarn.lock |
README.md
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 |
相关文档:
- 在线演示:http://boot3.jeecg.com
- JeecgBoot-Vue3文档:[http://vue3.jeecg.com)
- Vben文档:https://vvbin.cn/doc-next
- Antd-vue文档: Ant-Design-Vue文档
入门必备
本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
- Vue3 文档
- TypeScript
- Vue-router
- Ant-Design-Vue
- Es6
- Vitejs
- Pinia(vuex替代方案)
- Vue-RFCS
- Vue2 迁移到 3
WindiCss
浏览器支持
本地开发推荐使用Chrome 最新版
浏览器,不支持Chrome 80
以下版本。
生产环境支持现代浏览器,不支持 IE。
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
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