Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 687 Bytes


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

Back-end based on ASP.NET Core AOT, see https://github.com/LuckyStar04/TechBlogCore.AOT

If you want a preview please visit here

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build