搭建node.js+vue环境/react native环境

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Dj_Fairy/article/details/83380145

1、看这个网址根据上面将node.js下载下来

http://www.runoob.com/nodejs/nodejs-install-setup.html

2、如果node --version出现如下

v8.12.0版本号说明安装成功

3、如果node安装成功,npm也会连带着安装成功

4、安装淘宝镜像

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

5、安装vue-cli

npm install vue-cli -g

6、安装vue项目

参考https://blog.csdn.net/Dj_Fairy/article/details/79315740

7、npm React Native

npm install -g react-native-cli

猜你喜欢

转载自blog.csdn.net/Dj_Fairy/article/details/83380145