0.0.4 • Published 9 years ago
generator-webpack-angular v0.0.4
Generator Webpack Angular
Yeoman generator for building Single Page Apps with AngularJS, ES6, Webpack.
Generator
What's included in details over here
Stack
CSS preprocessors
UI Frameworks
Modules
Doc generator
Package Managers
Usage
Install
Install required tools yo:
$ npm install -g yoInstall generator-webpack-angular:
$ npm install generator-webpack-angularRun
Create a new directory, and go into:
$ mkdir my-new-project && cd my-new-projectRun yo webpack-angular, and select desired technologies:
$ yo webpack-angularUse NPM scripts
npm startto launchnpm run serverandjson-server(if checked) in parallelnpm run serveto launch a webpack-dev-server server on your source filesnpm run serve:prodto launch a webpack-dev-server server on your source files in a production environmentnpm run buildto build an optimized version of your application in /dist + docs generationnpm run build:prodto build an optimized version of your application in /dist in a production environment + docs generationnpm run testto launch your unit tests with Karmanpm run lintto launch linting processnpm run sonar:reportersto create the linters reporters for SonarQube plugin (Only if it was chosen)npm run json-serverto start a json-server (Only if it was chosen)
Changelog
Roadmap
- How to call REST APIs ? ($resource, Restangular)
- Handle environments
- angular-translate support
- UI Router as default router
- CSS preprocessors (CSS, Sass, Less)
- Angular modules choice (angular-animate, angular-touch, ...)
- UI Frameworks choice (angular-material, bootstrap)
- Linters (ESLint, HTMLHint, SASSLint, CSSLint)
- PostCSS integration
- Mock server REST API with json-server
- Sonar reporters
- Ask user for application name
- Unit tests with Karma and Mocha
- Code coverage
- Landing page post generation
- Dgeni to generate documentation
License
MIT License
Copyright (c) 2016 Groupe SII













