Adapt AngularJS tutorial step 0
This commit is contained in:
commit
ddebf832ee
6 changed files with 54 additions and 0 deletions
deploy
3
deploy/.bowerrc
Normal file
3
deploy/.bowerrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"directory": "../frontend/vendor"
|
||||
}
|
8
deploy/bower.json
Normal file
8
deploy/bower.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "learn"
|
||||
, "description": "Learn some stuff"
|
||||
, "version": "0.0.0"
|
||||
, "dependencies": {
|
||||
"angular": "~1.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue