Skip to content

Commit ee43e13

Browse files
committed
Added cli files
1 parent 83dd1f7 commit ee43e13

File tree

172 files changed

+657
-24771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+657
-24771
lines changed

.angular-cli.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"project": {
4+
"name": "pd-free-angularcli"
5+
},
6+
"apps": [
7+
{
8+
"root": "src",
9+
"outDir": "dist",
10+
"assets": [
11+
"assets",
12+
"favicon.ico"
13+
],
14+
"index": "index.html",
15+
"main": "main.ts",
16+
"polyfills": "polyfills.ts",
17+
"test": "test.ts",
18+
"tsconfig": "tsconfig.app.json",
19+
"testTsconfig": "tsconfig.spec.json",
20+
"prefix": "app",
21+
"styles": [
22+
"styles.css"
23+
],
24+
"scripts": [],
25+
"environmentSource": "environments/environment.ts",
26+
"environments": {
27+
"dev": "environments/environment.ts",
28+
"prod": "environments/environment.prod.ts"
29+
}
30+
}
31+
],
32+
"e2e": {
33+
"protractor": {
34+
"config": "./protractor.conf.js"
35+
}
36+
},
37+
"lint": [
38+
{
39+
"project": "src/tsconfig.app.json"
40+
},
41+
{
42+
"project": "src/tsconfig.spec.json"
43+
},
44+
{
45+
"project": "e2e/tsconfig.e2e.json"
46+
}
47+
],
48+
"test": {
49+
"karma": {
50+
"config": "./karma.conf.js"
51+
}
52+
},
53+
"defaults": {
54+
"styleExt": "css",
55+
"component": {}
56+
}
57+
}

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false

.gitignore

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
8+
# dependencies
19
/node_modules
2-
/npm-debug.log
10+
11+
# IDEs and editors
12+
/.idea
13+
.project
14+
.classpath
15+
.c9/
16+
*.launch
17+
.settings/
18+
*.sublime-workspace
19+
20+
# IDE - VSCode
21+
.vscode/*
22+
!.vscode/settings.json
23+
!.vscode/tasks.json
24+
!.vscode/launch.json
25+
!.vscode/extensions.json
26+
27+
# misc
28+
/.sass-cache
29+
/connect.lock
30+
/coverage
31+
/libpeerconnection.log
32+
npm-debug.log
33+
testem.log
34+
/typings
35+
36+
# e2e
37+
/e2e/*.js
38+
/e2e/*.map
39+
40+
# System Files
41+
.DS_Store
42+
Thumbs.db

README.md

Lines changed: 1 addition & 176 deletions
Original file line numberDiff line numberDiff line change
@@ -1,176 +1 @@
1-
# [Paper Dashboard Angular 2](https://paper-dashboard-angular.herokuapp.com/)
2-
3-
![alt text](http://s3.amazonaws.com/creativetim_bucket/products/51/original/opt_pd_angular_thumbnail.jpg "Paper Dashboard Free")
4-
5-
**[Paper-Dashboard-Angular2](https://paper-dashboard-angular.herokuapp.com/)** is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, using [Paper Dashboard](http://www.creative-tim.com/product/paper-dashboard). If you are a developer or a website owner that needs to work within a dashboard and want to have a pretty sight while doing so, Paper Dashboard is for you. Paper Dashboard is a Bootstrap Admin Panel which combines soft colors with beautiful typography and spacious cards and graphics. It is a powerful tool, but it is light and easy to use. It has enough features to allow you to get the job done, but it is not crowded to the point where you can't find the files for a specific plugin.
6-
7-
We like consistency and design that blends into its purpose. Paper Dashboard is a perfect example of our most thoughtful work. It combines over a dozen components and plugins, while looking like everything fits together. For an easy start or inspiration for you project, we have also create a set of example pages, like the user settings or usage graphics.
8-
9-
Paper Dashboard is built using the same design language as [Paper Kit](http://www.creative-tim.com/product/paper-kit). You can easily use them together, or pick between them depending on the project you have.
10-
11-
Let us know what you think and what we can improve below. And good luck with development!
12-
13-
14-
15-
## Links:
16-
17-
+ [Live Preview](https://paper-dashboard-angular.herokuapp.com/)
18-
19-
## Quick Start:
20-
21-
Quick start options:
22-
23-
+ [Download from Github](https://github.com/creativetimofficial/paper-dashboard-angular/archive/master.zip).
24-
+ [Download from Creative Tim](http://www.creative-tim.com/product/paper-dashboard-angular2).
25-
+ Clone the repo: `git clone https://github.com/creativetimofficial/paper-dashboard-angular.git`.
26-
27-
## Terminal Commands
28-
29-
1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).
30-
2. Open Terminal
31-
3. Go to your file project
32-
4. Run in terminal: ```npm install```
33-
5. And: ```npm start```
34-
35-
### What's included
36-
37-
Within the download you'll find the following directories and files:
38-
39-
```
40-
paper-dashboard-angular
41-
├── README.md
42-
├── app
43-
│   ├── app.component.html
44-
│   ├── app.component.js
45-
│   ├── app.component.ts
46-
│   ├── app.module.js
47-
│   ├── app.module.ts
48-
│   ├── dashboard
49-
│   │   ├── dashboard.component.html
50-
│   │   ├── dashboard.component.js
51-
│   │   ├── dashboard.component.ts
52-
│   │   ├── dashboard.module.js
53-
│   │   ├── dashboard.module.ts
54-
│   │   ├── dashboard.routes.js
55-
│   │   ├── dashboard.routes.ts
56-
│   │   ├── home
57-
│   │   │   ├── home.component.html
58-
│   │   │   ├── home.component.js
59-
│   │   │   └── home.component.ts
60-
│   │   ├── icons
61-
│   │   │   ├── icons.component.html
62-
│   │   │   ├── icons.component.js
63-
│   │   │   └── icons.component.ts
64-
│   │   ├── maps
65-
│   │   │   ├── maps.component.html
66-
│   │   │   ├── maps.component.js
67-
│   │   │   └── maps.component.ts
68-
│   │   ├── notifications
69-
│   │   │   ├── notifications.component.html
70-
│   │   │   ├── notifications.component.js
71-
│   │   │   └── notifications.component.ts
72-
│   │   ├── table
73-
│   │   │   ├── table.component.html
74-
│   │   │   ├── table.component.js
75-
│   │   │   └── table.component.ts
76-
│   │   ├── typography
77-
│   │   │   ├── typography.component.html
78-
│   │   │   ├── typography.component.js
79-
│   │   │   └── typography.component.ts
80-
│   │   └── user
81-
│   │   ├── user.component.html
82-
│   │   ├── user.component.js
83-
│   │   └── user.component.ts
84-
│   ├── main.js
85-
│   ├── main.ts
86-
│   ├── shared
87-
│   │   ├── footer
88-
│   │   │   ├── footer.component.html
89-
│   │   │   ├── footer.component.js
90-
│   │   │   ├── footer.component.ts
91-
│   │   │   ├── footer.module.js
92-
│   │   │   └── footer.module.ts
93-
│   │   └── navbar
94-
│   │   ├── navbar.component.html
95-
│   │   ├── navbar.component.js
96-
│   │   ├── navbar.component.ts
97-
│   │   ├── navbar.module.js
98-
│   │   └── navbar.module.ts
99-
│   └── sidebar
100-
│   ├── sidebar-routes.config.js
101-
│   ├── sidebar-routes.config.ts
102-
│   ├── sidebar.component.html
103-
│   ├── sidebar.component.js
104-
│   ├── sidebar.component.ts
105-
│   ├── sidebar.metadata.js
106-
│   ├── sidebar.metadata.ts
107-
│   ├── sidebar.module.js
108-
│   └── sidebar.module.ts
109-
├── app.js
110-
├── assets
111-
│   ├── css
112-
│   ├── fonts
113-
│   ├── img
114-
│   │   └── faces
115-
│   ├── js
116-
│   │   ├── bootstrap-checkbox-radio.js
117-
│   │   ├── bootstrap-notify.js
118-
│   │   ├── bootstrap.min.js
119-
│   │   ├── chartist.min.js
120-
│   │   ├── demo.js
121-
│   │   ├── initCharts.d.ts
122-
│   │   ├── initCharts.js
123-
│   │   ├── initFixedPlugin.d.ts
124-
│   │   ├── initFixedPlugin.js
125-
│   │   ├── initMenu.js
126-
│   │   ├── initNotify.d.ts
127-
│   │   ├── initNotify.js
128-
│   │   ├── jquery-1.10.2.js
129-
│   │   ├── jquery-3.1.1.js
130-
│   │   ├── jquery.sharrre.js
131-
│   │   └── paper-dashboard.js
132-
│   └── sass
133-
│   ├── paper
134-
│   └── paper-dashboard.scss
135-
├── bin
136-
│   └── bundler.js
137-
├── documentation
138-
│   ├── css
139-
│   ├── documentation.html
140-
│   └── html-tutorial.html
141-
├── index.html
142-
├── changelog.txt
143-
├── package.json
144-
├── public
145-
│   └── js
146-
│   └── bundle.min.js
147-
├── systemjs.config.js
148-
└── tsconfig.json
149-
150-
```
151-
152-
### Version logs
153-
154-
V1.0.0 - 21 March 2017 [initial Release]
155-
156-
## Useful Links
157-
158-
More products from Creative Tim: <http://www.creative-tim.com/bootstrap-themes>
159-
160-
Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w>
161-
162-
Freebies: <http://www.creative-tim.com/products>
163-
164-
Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new>
165-
166-
Social Media:
167-
168-
Twitter: <https://twitter.com/CreativeTim>
169-
170-
Facebook: <https://www.facebook.com/CreativeTim>
171-
172-
Dribbble: <https://dribbble.com/creativetim>
173-
174-
Google+: <https://plus.google.com/+CreativetimPage>
175-
176-
Instagram: <https://instagram.com/creativetimofficial>
1+
# paper-dashboard-free-angular-cli

app/app.component.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/app.component.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/app.component.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/app.component.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)