A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
##分割线
做这个动画的时候确实感觉有一些迷惑,后来去官网看来文档,才知道用javascript钩子,认真看来几遍才慢慢弄懂,关于钩子和生命周期现在也还在摸索中
在做组件时