Skip to content

Mrjing/vue3-web-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue3-web-template

基于 Vue3 + Vite + TypeScript 的 Web 开发项目模板

特点

无需项目开发前的各类繁琐规范约束配置,开箱即用,快速搭建项目开发环境。

  • 集成了常用的代码规范配置,ESLint + Prettier + Stylelint
  • 集成了代码提交校验配置,Commitlint + Husky + cz-git commitlint
  • 集成了tailwind , 支持使用 vw 自适应布局 (使用postcss-px-to-viewport插件,基于 1920px 设计稿换算) tailwind

VSCode 插件要求

ESLint + Prettier + Stylelint

环境要求

  • Node.js = 18.20.4
  • Pnpm = 9.7.1

安装依赖

pnpm install

开发调试

pnpm run dev

打包

pnpm run build

测试

pnpm run test:unit

提交代码

pnpm commit

About

基于Vue3+TS的PC端Web项目模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors