Skip to content

一个基于vue3、vite4、pinia、element plus,ts编写的前端项目,集成了表单设计、form、table二次封装、常用组件、常见业务解决方案。

License

Notifications You must be signed in to change notification settings

jyj1202/j-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J-Admin

核心模块版本

  • node: 16.14.0

  • vue: 3.3.4

  • vite: 4.4.9

  • ts: 5.1.6

  • package manager:

    pnpm: 8.6.12,必须使用pnpm

代码规范

  • commit msg

    遵守commitlint规范,否则无法提交

    commit 建议使用pnpm commit命令

git workflow

遵守git工作流进行开发

  • css
    预处理器sass

  • 注意,不建议忽略自定义导入类型的扩展名(例如:.vue),因为它会影响 IDE 和类型支持。

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint:eslint

Lint with prettier

pnpm lint:prettier

About

一个基于vue3、vite4、pinia、element plus,ts编写的前端项目,集成了表单设计、form、table二次封装、常用组件、常见业务解决方案。

Resources

License

Stars

Watchers

Forks

Packages

No packages published