vue学习

安装nodejs

npm install vue

npm install -g vue-cli

vue init webpack demo

npm run dev(需要进入代码指定路径)

npm install;

npm run build;

npm run dev 成功后等几秒自动打开了localhost:8080

https://code.visualstudio.com/Download

安装vue-devtools

https://chrome.google.com/webstore/search/vue-devtools?hl=zh-CN


访问

http://localhost:8080/#/

http://haha.tpsns.com/video4/index.php?r=tpshop

this. $refs只有在mounted之后才能正常取到数据

你可能感兴趣的:(vue学习)