Nav apraksta

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

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