Skip to content

Latest commit

 

History

History

shop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

下载和使用说明

  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