# blog-vue-ts **Repository Path**: mygiteezhong/blogVueTs ## Basic Information - **Project Name**: blog-vue-ts - **Description**: vue+elementUI+ts写的blog前端,参考作者https://github.com/biaochenxuying,作者主页https://biaochenxuying.cn/,作为一个学习项目是很不错的,其中一些踩坑的文章对于初学者受益匪浅。共同学习,生活需要折腾。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 原作者biaochenxuying ## vue+elementUI+ts写的blog前端 ### 参考作者github:https://github.com/biaochenxuying ### 作者主页https://biaochenxuying.cn/ ### 作为一个学习项目是很不错的,作者主页一些blog文章对于初学者受益匪浅。 ### 将原作者的代码仿照写了一遍,“模仿是进步的开始”。写完了之后,对vue和ts有了更进一步的了解 # 共同学习,生活需要折腾。 ## 改写了route,建议/src/route,在mian.ts中import @/route # vue-ts ## Project setup ``` yarn install / npm audit ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).