Sem descrição

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

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