|
4 年之前 | |
---|---|---|
.github | 4 年之前 | |
.vscode | 4 年之前 | |
build | 4 年之前 | |
mock | 4 年之前 | |
public | 4 年之前 | |
src | 4 年之前 | |
.editorconfig | 4 年之前 | |
.env | 4 年之前 | |
.env.development | 4 年之前 | |
.env.production | 4 年之前 | |
.eslintignore | 4 年之前 | |
.eslintrc.js | 4 年之前 | |
.gitignore | 4 年之前 | |
.ls-lint.yml | 4 年之前 | |
.prettierignore | 4 年之前 | |
CHANGELOG.md | 4 年之前 | |
LICENSE | 4 年之前 | |
README.md | 4 年之前 | |
commitlint.config.js | 4 年之前 | |
index.html | 4 年之前 | |
lint-staged.config.js | 4 年之前 | |
package.json | 4 年之前 | |
postcss.config.js | 4 年之前 | |
prettier.config.js | 4 年之前 | |
stylelint.config.js | 4 年之前 | |
tailwind.config.js | 4 年之前 | |
tsconfig.json | 4 年之前 | |
vite.config.ts | 4 年之前 | |
yarn.lock | 4 年之前 |
2.0 文档还没开始写。后续补上。。
Node.js
: >= v10yarn
: 最新Git
: 最新 代码管理Visual Studio Code
(VSCode): 最新 IDEVSCode 插件
Vetur
: vue 开发必备GitLens
: Git 可视化工具ESLint
: 脚本代码检查stylelint
: 样式代码检查Prettier - Code formatter
:代码格式化git config core.ignorecase false # 使git对文件名大小写敏感
// 拉取项目代码
git clone https://github.com/anncwb/vue-vben-admin.git
cd vue-vben-admin
// 最好使用yarn,否则热更新可能出现问题
yarn install
yarn serve
同时会生成文件名 window-glob.js
配置文件,项目配置可以动态修改该文件实时更新代码变量,比如接口地址
yarn build # 打包 会使用hardSource进行打包
yarn build:no-cache # 打包 不会使用hardSource进行打包
yarn report # 生成构建包表表预览
yarn lint:stylelint # 样式格式化
yarn lint:prettier # js/ts代码格式化
yarn reinstall # 删除依赖重新装,兼容window
yarn preview # 本地进行打包预览
yarn log # 生成CHANGELOG
feat
增加新功能fix
修复问题/BUGstyle
代码风格相关无影响运行结果的perf
优化/性能提升refactor
重构revert
撤销修改test
测试相关docs
文档/注释chore
依赖更新/脚手架配置修改等workflow
工作流改进ci
持续集成mod
不确定分类的修改wip
删除文件git checkout -b feat/xxxx
git commit -am 'feat(function): add xxxxx'
git push origin feat/xxxx
pull request
由于开发时间较短,所以功能暂时较少
后续会逐步完善,有需要什么组件可以提出来
vuex
,vue-router
更多组件/功能/建议/bug/欢迎提交 pr 或者 issue
VUE-VBEN-ADMIN
是完全开源免费的项目,旨在帮助开发者更方便地进行中大型管理系统开发,同时也提供 QQ 交流群(项目刚起步,人数较少,有兴趣的可以加群一起讨论),使用问题欢迎在群内提问。
569291866