설명 없음

zhangdaiscott c520bcb097 vue3 在线演示环境 3 년 전
build 5a8812318e jeecgboot vue3 ui 3 년 전
doc 5a8812318e jeecgboot vue3 ui 3 년 전
mock 5a8812318e jeecgboot vue3 ui 3 년 전
public 5a8812318e jeecgboot vue3 ui 3 년 전
src 5a8812318e jeecgboot vue3 ui 3 년 전
tests 5a8812318e jeecgboot vue3 ui 3 년 전
types 5a8812318e jeecgboot vue3 ui 3 년 전
.editorconfig 5a8812318e jeecgboot vue3 ui 3 년 전
.env 5a8812318e jeecgboot vue3 ui 3 년 전
.env.development 5a8812318e jeecgboot vue3 ui 3 년 전
.env.production 5a8812318e jeecgboot vue3 ui 3 년 전
.env.test 5a8812318e jeecgboot vue3 ui 3 년 전
.eslintignore 5a8812318e jeecgboot vue3 ui 3 년 전
.eslintrc.js 5a8812318e jeecgboot vue3 ui 3 년 전
.gitignore 5a8812318e jeecgboot vue3 ui 3 년 전
.gitpod.yml 5a8812318e jeecgboot vue3 ui 3 년 전
.prettierignore 5a8812318e jeecgboot vue3 ui 3 년 전
.stylelintignore 5a8812318e jeecgboot vue3 ui 3 년 전
.yarnclean 5a8812318e jeecgboot vue3 ui 3 년 전
LICENSE 5a8812318e jeecgboot vue3 ui 3 년 전
README.md c520bcb097 vue3 在线演示环境 3 년 전
README.zh-CN.md c520bcb097 vue3 在线演示环境 3 년 전
commitlint.config.js 5a8812318e jeecgboot vue3 ui 3 년 전
index.html 5a8812318e jeecgboot vue3 ui 3 년 전
jest.config.mjs 5a8812318e jeecgboot vue3 ui 3 년 전
npm 5a8812318e jeecgboot vue3 ui 3 년 전
package.json a84084b8e7 报错 :npm ERR! Invalid version: "1.0" 3 년 전
postcss.config.js 5a8812318e jeecgboot vue3 ui 3 년 전
prettier.config.js 5a8812318e jeecgboot vue3 ui 3 년 전
stylelint.config.js 5a8812318e jeecgboot vue3 ui 3 년 전
tsconfig.json 5a8812318e jeecgboot vue3 ui 3 년 전
vite.config.ts 5a8812318e jeecgboot vue3 ui 3 년 전
windi.config.ts 5a8812318e jeecgboot vue3 ui 3 년 전
yarn.lock 5a8812318e jeecgboot vue3 ui 3 년 전

README.md

Install and use

  • 技术文档

http://vue3.jeecg.com

  • 在线演示(beta版本)

http://boot3.jeecg.com

  • 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