mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
readme starter
This commit is contained in:
parent
b50775a96a
commit
822aff7b4d
2 changed files with 17 additions and 31 deletions
47
README.md
47
README.md
|
|
@ -1,43 +1,28 @@
|
|||
[](https://twitter.com/SwiftOnSecurity)
|
||||
[](https://github.com/auchenberg/volkswagen) [](https://badge.fury.io/gh/angularclass%2Fangular2-webpack-starter) [](https://david-dm.org/angularclass/angular2-webpack-starter)
|
||||
[](http://issuestats.com/github/angularclass/angular2-webpack-starter)
|
||||
[](http://issuestats.com/github/angularclass/angular2-webpack-starter) [](http://stackshare.io/angularclass/angular-2-webpack-starter)
|
||||
# Blur Admin HTML template based on Angular 2 + Webpack
|
||||
|
||||
<p align="center">
|
||||
<a href="https://angularclass.com" target="_blank">
|
||||
<img src="https://cloud.githubusercontent.com/assets/1016365/9863762/a84fed4a-5af7-11e5-9dde-d5da01e797e7.png" alt="Webpack and Angular 2" width="500" height="320"/>
|
||||
</a>
|
||||
</p>
|
||||
Admin template made with ♥ by [Akveo team](http://akveo.com/). Follow us on [Twitter](https://twitter.com/akveo_inc) to get latest news about this template first!
|
||||
|
||||
# Angular2 Webpack Starter [](https://angularclass.com/slack-join) [](https://gitter.im/angularclass/angular2-webpack-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
# Angular 1.x version
|
||||
If you are looking for Angular 1.x version, we have it as well! TODO: link to it
|
||||
|
||||
# Based on
|
||||
TODO: angular 2, angular 2 starter kit, webpack, etc
|
||||
|
||||
> An Angular 2 starter kit featuring [Angular 2](https://angular.io) ([Router](https://angular.io/docs/js/latest/api/router/), [Forms](https://angular.io/docs/js/latest/api/forms/),
|
||||
[Http](https://angular.io/docs/js/latest/api/http/),
|
||||
[Services](https://gist.github.com/gdi2290/634101fec1671ee12b3e#_follow_@AngularClass_on_twitter),
|
||||
[Tests](https://angular.io/docs/js/latest/api/test/), [E2E](https://angular.github.io/protractor/#/faq#what-s-the-difference-between-karma-and-protractor-when-do-i-use-which-)), [Material](https://github.com/angular/material2), [Karma](https://karma-runner.github.io/), [Protractor](https://angular.github.io/protractor/), [Jasmine](https://github.com/jasmine/jasmine), [Istanbul](https://github.com/gotwarlost/istanbul), [TypeScript](http://www.typescriptlang.org/), [Typings](https://github.com/typings/typings), [TsLint](http://palantir.github.io/tslint/), [Codelyzer](https://github.com/mgechev/codelyzer), [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement-with-webpack.html), and [Webpack](http://webpack.github.io/) by [AngularClass](https://angularclass.com).
|
||||
## Getting Started
|
||||
|
||||
> If you're looking for Angular 1.x please use [NG6-starter](https://github.com/angularclass/NG6-starter)
|
||||
### Installation
|
||||
### Development
|
||||
### Production
|
||||
|
||||
> If you're looking to learn about Webpack and ES6 Build Tools check out [ES6-build-tools](https://github.com/AngularClass/ES6-build-tools)
|
||||
License
|
||||
-------------
|
||||
<a href=/LICENSE.txt target="_blank">MIT</a> license.
|
||||
|
||||
> If you're looking to learn TypeScript see [TypeStrong/learn-typescript](https://github.com/TypeStrong/learn-typescript)
|
||||
### From akveo
|
||||
|
||||
> If you're looking for Webpack 2 version then see the experimental version [angular2-webpack2-starter](https://github.com/gdi2290/angular2-webpack2-starter) that will be merged
|
||||
Enjoy!
|
||||
|
||||
> If you're looking for something easier to get started with then see the offical angular2-seed that I also maintain [angular/angular2-seed](https://github.com/angular/angular2-seed)
|
||||
|
||||
This seed repo serves as an Angular 2 starter for anyone looking to get up and running with Angular 2 and TypeScript fast. Using a [Webpack](http://webpack.github.io/) for building our files and assisting with boilerplate. We're also using Protractor for our end-to-end story and Karma for our unit tests.
|
||||
* Best practices in file and application organization for Angular 2.
|
||||
* Ready to go build system using Webpack for working with TypeScript.
|
||||
* Angular 2 examples that are ready to go when experimenting with Angular 2.
|
||||
* A great Angular 2 seed repo for anyone who wants to start their project.
|
||||
* Testing Angular 2 code with Jasmine and Karma.
|
||||
* Coverage with Istanbul and Karma
|
||||
* End-to-end Angular 2 code using Protractor.
|
||||
* Type manager with Typings
|
||||
* Hot Module Replacement with Webpack
|
||||
* Material Design with [angular/material2](https://github.com/angular/material2)
|
||||
Made with ♥ by [Akveo team](http://akveo.com/).
|
||||
|
||||
### Quick start
|
||||
**Make sure you have Node version >= 4.0 and NPM >= 3**
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ module.exports = {
|
|||
chunksSortMode: helpers.packageSort(['polyfills', 'vendor', 'main'])
|
||||
}),
|
||||
|
||||
// TODO: make sure this is a correct configuration
|
||||
new webpack.ProvidePlugin({
|
||||
jQuery: 'jquery',
|
||||
$: 'jquery',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue