Angular-JS
Below are Quicksi AngularJS starters and dependencies.
angular-js-webpack
Start an AngularJS (1.x) using Webpack (2.x) already setup for you. Complete, yet simple and generic.
# starter dependencies
"dependencies": {
"angular": "^1.7.0"
},
"devDependencies": {
"ajv": "^6.4.0",
"angular-mocks": "^1.7.0",
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.1.18",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.0",
"node-libs-browser": "^2.1.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"postcss-loader": "^2.1.5",
"raw-loader": "^0.5.1",
"style-loader": "^0.21.0",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.2"
}
Features
- No gulp and no grunt, just npm scripts.
ES6
, andES7
support with babel.- Source maps included in all builds.
- Development server with live reload.
- Production builds with cache busting.
- Testing environment using karma to run tests and jasmine as the framework.
- Code coverage when tests are run.
Warning: You need to make sure you're using the latest version of Node.js and NPM
View Code Structure View here
starter name
# starter name
angular-js-webpack