|
|
hace 4 años | |
|---|---|---|
| .husky | hace 4 años | |
| config | hace 4 años | |
| public | hace 4 años | |
| src | hace 4 años | |
| .editorconfig | hace 5 años | |
| .eslintignore | hace 5 años | |
| .eslintrc.js | hace 4 años | |
| .gitignore | hace 4 años | |
| .prettierignore | hace 4 años | |
| .prettierrc.js | hace 4 años | |
| .stylelintrc.js | hace 4 años | |
| README.md | hace 4 años | |
| jest.config.js | hace 5 años | |
| jsconfig.json | hace 5 años | |
| package.json | hace 4 años | |
| tsconfig.json | hace 5 años | |
| unocss.config.ts | hace 4 años | |
| windi.config.ts | hace 4 años |
pnpm install
npm run dev
git remote update origin --prune
git branch -a
git push origin --delete xx
git branch -d xx
git reset --hard dev //并将 master 分支重置为 dev
git push origin master --force //将重置后的 master 分支强制推送更新