简体   繁体   English

将AngularJS应用程序转换为“标准” Node.js应用程序以友好地部署Node.js托管

[英]Convert an AngularJS app into a “standard” Node.js app to be friendly deployment of Node.js Hosting

Sorry my question is Novice, but I wont to do that in order to be an AngularJS APP friendly of deployment of any Node.js Hosting. 抱歉,我的问题是新手,但是为了成为对任何Node.js托管部署友好的AngularJS APP,我不会这样做。

I found something like that by Meteor: " https://github.com/onmodulus/demeteorizer " but i can't found by AngularJS. 我在Meteor上找到了类似的东西:“ https://github.com/onmodulus/demeteorizer ”,但AngularJS找不到。

Or some way to build with Grunt, for instance: "grunt build node-js" and the "dist" folder containt all the files need to deploy in any NodeJS Hosting like CloudBees. 或使用Grunt构建的某种方式,例如:“ grunt build node-js”和“ dist”文件夹包含所有需要部署在任何NodeJS Hosting(如CloudBees)中的文件。

It is possible something like that? 有可能是这样吗?

thanks a lot! 非常感谢! Jero 耶罗

PD: I do not want to deploy my Angular APP in Heroku. PD:我不想在Heroku中部署我的Angular APP。

Your question is very unclear, but if you are looking to develop with Angular and node, consider http://meanjs.org/ , it is a full-featured stack for precisely this application. 您的问题尚不清楚,但是如果您希望使用Angular和node进行开发,请考虑http://meanjs.org/ ,它是针对此应用程序的全功能堆栈。

You also have other. 你也有其他。 MVC frameworks such as sails.js and gedddy.js, or the more barebones express.js MVC框架,例如sails.js和gedddy.js,或更简陋的express.js

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

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