# feBlogVue **Repository Path**: fetie/feBlogVue ## Basic Information - **Project Name**: feBlogVue - **Description**: vue3开发的博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://vue3.fetie.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-08 - **Last Updated**: 2023-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 项目使用了 [Gblog](https://github.com/fengziye/Gblog) 作为模板并用vue3进行了重构 # 主要技术 Vue 3全家桶 + Typescript + Vite + Element-plus # 效果 [fetie](http://fetie.cn) # Build Setup ``` # clone git clone https://github.com/fetie/feBlogVue.git ``` ``` # cd cd blog-vue-typescript ``` ``` # install dependencies npm install ``` ``` # Compiles and hot-reloads for development npm run dev ``` ``` # Compiles and minifies for production npm run build ``` # 后台接口 [feBlogKoa](https://github.com/fetie/feBlogKoa)