- node and git - Project development environment
- Vite - Familiar with vite features
- Vue3 - Familiar with Vue basic syntax
- TypeScript - Familiar with the basic syntax of
TypeScript - Es6+ - Familiar with es6 basic syntax
- npm install pnpm -g
- pnpm config set registry https://registry.npmmirror.com/ 切换淘宝源
- pnpm config get registry 查看源
-
pnpm i
-
pnpm run dev
- git add .
- git cz
- git push
快捷方法: npm run git
详情见 package.json script 标签配置
- pnpm run build