Skip to content

Commit

Permalink
composer.json, bower.json, package.json, tsconfig.json, typings.json,…
Browse files Browse the repository at this point in the history
… gulpfile.js

installed angular2
  • Loading branch information
axiskafi committed Apr 11, 2016
1 parent 34f6c7d commit 6c2a82b
Show file tree
Hide file tree
Showing 48,992 changed files with 6,173,626 additions and 24 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.DS_Store
.DS_Store
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# angular2-laravel5
Angular 2 setup with Laravel 5
You need pre installed composer, nodejs and typescript to your system

first clone the files from here, you can download and unzip it too
then open your terminal

got to your project folder

for me its
cd /Appliations/AMPPS/www/angular2-laravel5
then run below commands into your terminal/command prompt

- composer update

- npm install

- gulp bower --force-latest

- gulp

- Open file node_modules\elixir-typescript\index.js and comment out this line ".pipe($.concat(paths.output.name))" .
So the generated files won't be combine in to one single files.
The two js files will be generated to "public/js" as your configuration.

24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "angular2-laravel5",
"authors": [
"axiskafi <[email protected]>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2",
"jquery-ui": "^1.11.4",
"moment": "^2.9.0",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"font-awesome": "^4.5",
"c3": "~0.4.11-rc4",
"d3": "~3.5.0",
"tether": "^1.2.0"
}
}
44 changes: 44 additions & 0 deletions bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": "1.9.1 - 2"
},
"version": "3.3.6",
"_release": "3.3.6",
"_resolution": {
"type": "version",
"tag": "v3.3.6",
"commit": "81df608a40bf0629a1dc08e584849bb1e43e0b7a"
},
"_source": "https://github.com/twbs/bootstrap.git",
"_target": "^3.3.6",
"_originalSource": "bootstrap"
}
5 changes: 5 additions & 0 deletions bower_components/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.

See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.

Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.
Loading

0 comments on commit 6c2a82b

Please sign in to comment.