Skip to content

Commit

Permalink
Finish: use @angular/cli to bootstrap the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstick committed Oct 31, 2017
1 parent a059c38 commit d2e4fa0
Show file tree
Hide file tree
Showing 54 changed files with 3,903 additions and 2,496 deletions.
34 changes: 34 additions & 0 deletions .angular-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "angular4-baidu-map"
},
"apps": [
{
"root": "demo",
"outDir": "dist",
"assets": ["assets", "favicon.ico"],
"index": "index.html",
"main": "index.ts",
"polyfills": "polyfills.ts",
"tsconfig": "tsconfig.demo.json",
"prefix": "demo",
"styles": [],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts"
}
}
],
"lint": [
{
"project": "demo/tsconfig.demo.json",
"exclude": "**/node_modules/**"
}
],
"defaults": {
"styleExt": "css",
"component": {}
}
}
Loading

0 comments on commit d2e4fa0

Please sign in to comment.