欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vue学习

程序员文章站 2022-03-04 10:44:08
...

安使用淘宝镜像

功能:解决国内大陆安装包速度慢的问题

npm install -g cnpm --registry=https://registry.npm.taobao.org

http://www.cnblogs.com/happybread/p/8117442.html

安装vue-router

功能:用于路由

cnpm install vue-router --save

安装vue-resource

功能:用于请求接口数据

cnpm install vue-resource --save
相关标签: vue 入门