No Description

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

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