Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 287 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 287 Bytes

下载和使用说明

  1. 第一种开发模式
npm i
npm run serve
  1. 打包之后预览
npm run build
npm i -g serve
serve -s dist

vue生命周期

  1. beforeCreate
  2. created
  3. beforeMount
  4. mounted
  5. beforeUpdate
  6. updated
  7. beforeDestroy
  8. destroyed