Vue3.2+Vite+TypeScript+Pinia+Setup写法,包括 命令式组件写法,Eslint Prettier规范,TypeScript入门写法
This product is a personal homepage theme built with Vue3.2, Vite, TypeScript, Pinia, and Setup techniques. It features a TodoList example for practicing Vue3.2 and supports both Vue3 and Setup component writing methods. Additionally, it includes guidelines for testing Vue components with Jest and TypeScript along with coverage viewing. The theme also adheres to various coding standards such as eslint, prettier, stylelint, commitlint, and husky, and supports automatic deployment using GitHub Actions.
npm install -g yarn
yarn install
yarn dev
This personal homepage theme built with Vue3.2, Vite, TypeScript, Pinia, and Setup techniques provides a comprehensive guide for developers to create efficient Vue projects. With features like a TodoList example, component writing support for different Vue versions, testing with Jest and TypeScript, coding standards adherence, and automatic deployment using GitHub Actions, this theme aims to streamline the development process and enhance code quality.