Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 822 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 822 Bytes

vue3-music - 网抑云音乐

项目说明

Vue3知识点

  • setup 钩子函数,执行于beforeCreateed钩子函数之前,因此实例尚未创建,无法使用this
  • ref 定义基本数据类型,如果传入的数据类型为数组或者对象,会自动转换成reactive类型
  • reactive 定义对象数据类型

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.