No Description

zhangdaiscott a84084b8e7 报错 :npm ERR! Invalid version: "1.0" 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 c679943080 项目名字修改 3 years ago
README.zh-CN.md c679943080 项目名字修改 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 a84084b8e7 报错 :npm ERR! Invalid version: "1.0" 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

  • 技术文档

http://vue3.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