ruienger cf3f1b0cdf [Feat-0000] 添加看板页面DEMO | hace 9 meses | |
---|---|---|
.github | hace 9 meses | |
build | hace 9 meses | |
js | hace 1 año | |
mock | hace 1 año | |
public | hace 9 meses | |
src | hace 8 meses | |
tests | hace 2 años | |
types | hace 8 meses | |
.babelrc | hace 1 año | |
.editorconfig | hace 3 años | |
.env | hace 10 meses | |
.env.development | hace 9 meses | |
.env.production | hace 10 meses | |
.eslintignore | hace 3 años | |
.eslintrc.js | hace 2 años | |
.gitignore | hace 1 año | |
.gitpod.yml | hace 3 años | |
.prettierignore | hace 3 años | |
.stylelintignore | hace 3 años | |
Dockerfile | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 9 meses | |
commitlint.config.js | hace 9 meses | |
index.html | hace 10 meses | |
jest.config.mjs | hace 3 años | |
npm | hace 3 años | |
npminstall-debug.log | hace 1 año | |
package.json | hace 9 meses | |
pnpm-lock.yaml | hace 9 meses | |
postcss.config.js | hace 3 años | |
prettier.config.js | hace 2 años | |
stylelint.config.js | hace 9 meses | |
tsconfig.json | hace 1 año | |
vite.config.ts | hace 10 meses |
系统v2.0前端代码仓库
本项目以jeecgboot为模板,请先阅读此文档后继续!
建议:安装 nvm 或其他 nodejs 版本管理器,使用 VSCode 作为 IDE,使用 Chrome/Edge 浏览器;
在项目目录下执行 pnpm install
在项目目录下执行 git config commit.template .github/COMMIT_TEMPLATE
开发的基本流程,部分内容可忽略
git pull
# 可以rebase
git checkout [branch]
# 可选
nvm use 20
# 建议,高版本node自带pnpm包管理器
pnpm dev
# 必选,dddd
git add .
git commit
# 公用模板见.github/COMMIT_TEMPLATE
git push origin [branch]
# 目前master分支无保护,可直接推
pnpm build