![]() |
||
---|---|---|
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 | ||
README.zh-CN.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(发布日期:???)
项目源码
| | 后端源码 | vue2前端源码 | vue3前端源码 | |--- |--- | --- | | github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 | | 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://gitee.com/jeecg/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
Install and use
-
技术文档
-
在线演示(beta版本)
-
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