配置vue环境
Posted 星光泪痕
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置vue环境相关的知识,希望对你有一定的参考价值。
1.node环境
2.安装cnpm淘宝镜像npm install -g cnpm --registry=http://registry.npm.taobao.org
3.安装vue-cli脚手架工具 cnpm install -g vue-cli
通过以上三步需要的环境和工具都准备好了
vue init webpack twovue 初始化一个项目
vue init webpack-simple twovue 简易版
cd到项目文件夹(twovue 文件夹)
运行命令 cnpm install 安装项目依赖包
运行项目 npm run dev
以上是关于配置vue环境的主要内容,如果未能解决你的问题,请参考以下文章