설명 없음

zhangdaiscott f4d707f68c 技术文档 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 f4d707f68c 技术文档 3 년 전
README.zh-CN.md 5a8812318e jeecgboot vue3 ui 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 5a8812318e jeecgboot vue3 ui 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

git clone https://github.com/jeecg/vue3-jeecg-admin.git
  • Installation dependencies
cd vue3-jeecg-admin

yarn install

  • run
yarn serve
  • build
yarn build