Skip to content

FluffyChi-Xing/ToutiaoFrontend

Repository files navigation

ToutiaoFrontend | 黑马头条(后台管理端/自媒体端 二合一)

This template should help get you started developing with Vue 3 in Vite. 本项目使用 Vue 3 + Vite 4搭建。 本项目技术栈: Vue 3.4、Vite 4、TS、SaSS、ScSS、TailwindCSS 和 Element-Plus。 《黑马头条》项目采用的是SpringBoot+springcloud当下最流行的微服务为项目架构,配合spring cloud alibaba nacos作为项目的注册和配置中心。新课程采用快速开发的模式,主要解决真实企业开发的一些应用场景。深入挖掘技术和业务的解决方案,做到更加的通用,能举一反三,充分满足互联网行业中复杂的微服务技术要求。 image 90a69255b2f1b57aaeb3b9dd096bb5d

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint