# vue3-coderwhy **Repository Path**: yu_xiao_ming/vue3-coderwhy ## Basic Information - **Project Name**: vue3-coderwhy - **Description**: 观coderwhy的vue3+ts练手代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2022-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-coderwhy ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 因为做了规范约束 代码在提交之前(commit)的时候会自动格式化 并且 commit 的时候添加备注时不能使用 git commit -m'xxx' 而是使用 npx cz