Aucune description

zhangdaiscott df65a6e1c5 修改项目名字 il y a 3 ans
build 5a8812318e jeecgboot vue3 ui il y a 3 ans
doc 5a8812318e jeecgboot vue3 ui il y a 3 ans
mock 5a8812318e jeecgboot vue3 ui il y a 3 ans
public 5a8812318e jeecgboot vue3 ui il y a 3 ans
src 5a8812318e jeecgboot vue3 ui il y a 3 ans
tests 5a8812318e jeecgboot vue3 ui il y a 3 ans
types 5a8812318e jeecgboot vue3 ui il y a 3 ans
.editorconfig 5a8812318e jeecgboot vue3 ui il y a 3 ans
.env 5a8812318e jeecgboot vue3 ui il y a 3 ans
.env.development 5a8812318e jeecgboot vue3 ui il y a 3 ans
.env.production 5a8812318e jeecgboot vue3 ui il y a 3 ans
.env.test 5a8812318e jeecgboot vue3 ui il y a 3 ans
.eslintignore 5a8812318e jeecgboot vue3 ui il y a 3 ans
.eslintrc.js 5a8812318e jeecgboot vue3 ui il y a 3 ans
.gitignore 5a8812318e jeecgboot vue3 ui il y a 3 ans
.gitpod.yml 5a8812318e jeecgboot vue3 ui il y a 3 ans
.prettierignore 5a8812318e jeecgboot vue3 ui il y a 3 ans
.stylelintignore 5a8812318e jeecgboot vue3 ui il y a 3 ans
.yarnclean 5a8812318e jeecgboot vue3 ui il y a 3 ans
LICENSE 5a8812318e jeecgboot vue3 ui il y a 3 ans
README.md df65a6e1c5 修改项目名字 il y a 3 ans
README.zh-CN.md 5a8812318e jeecgboot vue3 ui il y a 3 ans
commitlint.config.js 5a8812318e jeecgboot vue3 ui il y a 3 ans
index.html 5a8812318e jeecgboot vue3 ui il y a 3 ans
jest.config.mjs 5a8812318e jeecgboot vue3 ui il y a 3 ans
npm 5a8812318e jeecgboot vue3 ui il y a 3 ans
package.json 5a8812318e jeecgboot vue3 ui il y a 3 ans
postcss.config.js 5a8812318e jeecgboot vue3 ui il y a 3 ans
prettier.config.js 5a8812318e jeecgboot vue3 ui il y a 3 ans
stylelint.config.js 5a8812318e jeecgboot vue3 ui il y a 3 ans
tsconfig.json 5a8812318e jeecgboot vue3 ui il y a 3 ans
vite.config.ts 5a8812318e jeecgboot vue3 ui il y a 3 ans
windi.config.ts 5a8812318e jeecgboot vue3 ui il y a 3 ans
yarn.lock 5a8812318e jeecgboot vue3 ui il y a 3 ans

README.md

Install and use

  • 技术文档

http://vue3.jeecg.com

  • Get the project code
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
  • Installation dependencies
cd vue3-jeecg-admin

yarn install

  • run
yarn serve
  • build
yarn build