Windows的Ionic环境配置

Posted lihfei89

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows的Ionic环境配置相关的知识,希望对你有一定的参考价值。

1.安装nodejs 软件 https://nodejs.org/en/download/

2. 安装淘宝镜像:以管理员身份打开cmd 输入命名:npm install -g cnpm --registry=https://registry.npm.taobao.org

3.安装Ionic: cnpm install -g [email protected]

4.设置全局的npm从国内源加载:npmrc(路径:C:\Program Files\nodejs\node_modules\npm)添加配置registry=http://registry.cnpmjs.org

5.初始化项目:ionic start demo --v2

6.运行环境:ionic serve

技术分享

以上是关于Windows的Ionic环境配置的主要内容,如果未能解决你的问题,请参考以下文章

Ionic+Cordova WebApp Android打包及环境搭建

VS2015 Cordova Ionic移动开发

ionic2——环境配置篇

Ionic3环境配置

Ionic3环境配置

ionic环境配置