TwanoO67 / bootstraping-ngx-admin-lte

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.
463 stars 220 forks source link

package.json script gen #94

Closed xMase closed 7 years ago

xMase commented 7 years ago

On current master release branch gen script is missing or the current guidelines must be up-to-date

"scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build", "prod": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" },

TwanoO67 commented 7 years ago

Hello,

Thanks for the issue, you should now use "yarn ng g" It has been updated in the readme :)