简体   繁体   English

ionic1,ionic2和ionic3有什么区别? ionic2和ionic3是否相同?

[英]What is the difference between ionic1, ionic2 and ionic3? Is ionic2 and ionic3 are same?

I have created project with ionic cli 2.2.1. 我用离子cli 2.2.1创建了项目。 But when i enter into project directory and type "ionic info" it gives the following result. 但是当我进入项目目录并输入“离子信息”时,它会给出以下结果。

Your system information: 您的系统信息:

Cordova CLI: 6.0.0 Ionic Framework Version: 3.2.1 Ionic CLI Version: 2.2.3 Ionic App Lib Version: 2.2.1 Ionic App Scripts Version: 1.3.7 ios-deploy version: Not installed ios-sim version: Not installed OS: Linux 4.4 Node Version: v6.10.3 Xcode version: Not installed Cordova CLI:6.0.0 Ionic Framework版本:3.2.1 Ionic CLI版本:2.2.3 Ionic App Lib版本:2.2.1 Ionic App脚本版本:1.3.7 ios-deploy版本:未安装ios-sim版本:未安装操作系统:Linux 4.4节点版本:v6.10.3 Xcode版本:未安装

my project structure is 我的项目结构是

config.xml ionic.config.json package.json resources tsconfig.json www hooks node_modules plugins src tslint.json config.xml ionic.config.json package.json resources tsconfig.json www hooks node_modules plugins src tslint.json

Is this ionic2 project or ionic3 project. 这是ionic2项目还是ionic3项目。

What is the difference between ionic1, ionic2 and ionic3? ionic1,ionic2和ionic3有什么区别? Is ionic2 and ionic3 are same? ionic2和ionic3是否相同?

Wow, there are so many differences that it's hard to know where to start from. 哇,有很多不同之处,很难知道从哪里开始。 No, Ionic 2 andIonic 3 are not the same. 不,Ionic 2和Ionic 3不一样。

To see all of the differences, see the changelog: 要查看所有差异,请参阅更改日志:

This command: 这个命令:

curl https://raw.githubusercontent.com/driftyco/ionic/master/CHANGELOG.md | wc -l

gives 2687 lines. 给出了2687行。 There is a lot to read about. 有很多东西可以阅读。

For a good start see: 一个好的开始,请看:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM