Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chris2011/NBAngularCLI
Create Angular-CLI Projects with NetBeans and generate your components directly from within the IDE
https://github.com/Chris2011/NBAngularCLI
Last synced: 22 days ago
JSON representation
Create Angular-CLI Projects with NetBeans and generate your components directly from within the IDE
- Host: GitHub
- URL: https://github.com/Chris2011/NBAngularCLI
- Owner: Chris2011
- License: apache-2.0
- Created: 2018-01-23T18:58:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T21:47:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T12:00:03.418Z (about 2 months ago)
- Language: Java
- Size: 810 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-netbeans - Angular CLI - Support for Angular Projects (:electric_plug: Plugins <a name="plugins"></a> / Language Support)
README
# NBAngularCLI
Create Angular-CLI projects within NetBeans## Requirements
NBAngularCLI needs the HTML5 Kit module, which is part of NetBeans 8.2 in general, but not in NetBeans 9.0.
Please see this link to add old plugins from 8.2 into 9.0: https://blogs.apache.org/netbeans/entry/what-s-happened-to-my## Usage
- Make sure, that you have installed Angular-CLI `npm i -g @angular/cli`
- Set the cli at `Tools -> Options -> HTML/JS -> Angular CLI`
- Go to `File -> New Project -> HTML5/JavaScript -> Angular CLI Application`
- If you forget to set the cli inside the options, no worries, you will
see a warning when you try to create a project.## Screens