/TechBlogCore.Vue

Front-end tech blog built with Vue3 + TypeScript + Element-Plus + marked.js

Primary LanguageVue


Introduction

A front-end minimalist style blog based on Vue3 + TypeScript + Element-Plus + marked.js.

Back-end based on ASP.NET Core RestAPI + JWT Authorization, see https://github.com/LuckyStar04/TechBlogCore

If you want a preview please visit here

Project Setup

npm install

Change back-end IP address & port in /src/utils/request.ts

this.baseURL = import.meta.env.MODE === 'development' ? 'http://192.168.2.233:7084/api/' : '/api/'

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build