如何使用离子发生器?

how to put to work Ionic generator?

我有一个 Ionic 应用程序 运行 Ionic 的基础知识,运行通过 ionic serve 在浏览器中安装它,但我想要一些新东西 运行它通过 grunt serve 命令,也有 JSLint 的功能,我已经在使用这个 scss 这个:https://github.com/diegonetto/generator-ionic/ 我看到它有我想要的一切,我如何在我的项目?

考虑到我的项目快完成了,我已经完成了将近 85%。

这是我需要跟进的部分吗:

Upgrading

Make sure you've committed (or backed up) your local changes and install the latest version of the generator via npm install -g generator-ionic, then go ahead and re-run yo ionic inside your project's directory.

The handsome devil is smart enough to figure out what files he is attempting to overwrite and prompts you to choose how you would like to proceed. Select Y for overwriting your Gruntfile.js and bower.json to stay up-to-date with the latest workflow goodies and front-end packages.

这会带来一些并发症吗?还有什么我需要知道的吗?

我使用相同的发电机并且喜欢使用它。话虽如此,我不建议您在对项目进行完整备份之前开始使用生成器。

即便如此,我还是建议使用生成器创建一个全新的项目,然后将现有代码迁移到新生成的项目中。迁移时,您应该修改代码以匹配生成器约定。这给了你最大的控制权,并确保你了解新项目结构的约定。升级说明真正适用于已经使用生成器并且刚刚升级到新版本生成器的人。它们不适用于您。