Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 888 Bytes

douban-project

这个项目是个人练习项目,主要是对《vue.js3应用开发与核心源码解析》的最后项目修改得到,主要是去改了bug(不用getCurrentInstance)和使用了Pinia代替了Vuex。这个项目去除了服务端渲染部分。

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build