-
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
命令
-
css
预处理器sass -
注意,不建议忽略自定义导入类型的扩展名(例如:.vue),因为它会影响 IDE 和类型支持。
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit
Lint with ESLint
pnpm lint:eslint
Lint with prettier
pnpm lint:prettier