Blog-hyion
Blog-hyion copied to clipboard
一个基于Vue3.0 + Vite + Typescript + Axios + Sass + element的个人博客
Hyion
一个基于Vue3.0 + Typescript + Vite + Axios + Sass + element-plus的个人博客
项目基础代码架构说明
- 如果对你有帮助的话,欢迎star
主要用到的库
- vue 全家桶 Vue3 + vue-router + Vuex + Typescript
- http 请求: axios
- ui 库: element-plus
- 脚手架: Vite
安装依赖
yarn install
npm install
开发模式
yarn dev
npm run dev
生产环境
yarn build
npm run build