简体   繁体   English

角度项目工作工具

[英]Angular project working tools

I am working in an AngularJs project in one computer with Windows 7. What I would like is to be able to continue working at home and in any other computer. 我在一台装有Windows 7的计算机上正在AngularJs项目中工作,我希望能够继续在家里和任何其他计算机上工作。

If I have installed inside a folder called C:/Client-side - My Nodejs and all modules Nodejs needed - My AngularJs project 如果我已经安装在名为C:/ Client-side的文件夹中-我的Nodejs和所需的所有模块Nodejs-我的AngularJs项目

Whould it work in both computers just replicating the project from one to the other? 只要将项目从一台计算机复制到另一台计算机,它在两台计算机上都可以工作吗? Thank you 谢谢

Just copying the code from one computer to the other will work. 只需将代码从一台计算机复制到另一台计算机即可。 However you can go for an online repository management system such as Github or BitBucket. 但是,您可以使用在线仓库管理系统,例如Github或BitBucket。 BitBucket is free so you can go for that to have private repos in it. BitBucket是免费的,因此您可以在其中拥有私有存储库。

For Nodejs you can also have a package.json built so that in your other system you can just deploy the code folders and then do 'npm install' to fetch dependencies (node modules) 对于Nodejs,您还可以构建一个package.json,以便在其他系统中只需部署代码文件夹,然后执行“ npm install”来获取依赖项(节点模块)

More on package.json 更多关于package.json

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

相关问题 在构建gradle项目时找不到tools.jar - Could not find tools.jar when build gradle project 为什么管道在 Powershell 上不能用于各种 NodeJS CLI 工具? - Why pipes are not working on Powershell for various NodeJS CLI tools? 评估根项目“ android”时发生。找不到安装的生成工具。 安装Android构建工具版本19.1.0 Ionic 3 - occurred evaluating root project 'android' No installed build tools found. Install the Android build tools version 19.1.0 ionic 3 无法在 angular8 中创建新项目 - not able to create new project in angular8 角度cli在Windows 10上不起作用 - angular cli not working on windows 10 Windows 还原后 Angular 不起作用 - Angular is not working after Windows restore eclipse Charset在同一个Project上使用Windows和Linux - eclipse Charset for working with Windows & Linux on same Project 当前工作目录不是基于Cordova的项目 - Current working directory is not a Cordova-based project create-android-project.sh:第103行:/ home / laschweinski / android / android-sdk-linux_86 / tools / android:无此类文件或目录 - create-android-project.sh:line 103:/home/laschweinski/android/android-sdk-linux_86/tools/android:No such file or directory Angular 4-尝试启动新项目时“ tree.branch不是函数” - Angular 4 - “tree.branch is not a function” when trying to start a new project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM