# init template
vue init CoderLQChou/vue-transition-template my-transition-app
# cd project
cd my-transition-app
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
仓库地址:https://github.com/CoderLQChou/vue-transition-template 欢迎star