Skip to content

Commit b037f99

Browse files
author
wangxiang
committed
update project name and description
update readme.md
1 parent 13edd1e commit b037f99

10 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# angular4-seed
2-
angular 4+ seed project
1+
# angular-boilerplate
2+
A boilerplate project for angular
33

44
## WebSite
5-
[website](https://angular-seed.oss-cn-hangzhou.aliyuncs.com/#/simpleUI/table)
5+
[website](http://angular-boilerplate.oss-cn-hangzhou.aliyuncs.com/#/simpleUI/table)
66

77
## Build Setup
88

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no,address=no,email=no"/><title>Angular4 Seed</title><base href="/angular-seed/dist/"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.d7f22c5de6b34a401df7.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.2fcb445eb057c78c81f2.bundle.js"></script><script type="text/javascript" src="polyfills.99784301f069f50af5f5.bundle.js"></script><script type="text/javascript" src="scripts.084e0d1bda4f8bbf8824.bundle.js"></script><script type="text/javascript" src="vendor.3969bacb185732e9cc36.bundle.js"></script><script type="text/javascript" src="main.4a1b5ae2a2ba1b7b8609.bundle.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no,address=no,email=no"/><title>Angular4 Seed</title><base href="/angular-boilerplate/dist/"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.d7f22c5de6b34a401df7.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.6a53c7e4f68e1342de76.bundle.js"></script><script type="text/javascript" src="polyfills.99784301f069f50af5f5.bundle.js"></script><script type="text/javascript" src="scripts.43cec95f6c1a0316e068.bundle.js"></script><script type="text/javascript" src="vendor.3969bacb185732e9cc36.bundle.js"></script><script type="text/javascript" src="main.e583c8b4776c26a9910f.bundle.js"></script></body></html>

dist/inline.2fcb445eb057c78c81f2.bundle.js renamed to dist/inline.6a53c7e4f68e1342de76.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "angular4-seed",
3-
"description": "angular4 seed project",
2+
"name": "angular-boilerplate",
3+
"description": "A boilerplate project for angular",
44
"version": "1.0.0",
55
"license": "MIT",
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve --open --port 4201",
99
"build": "ng build --prod",
10-
"build--for-github": "ng build --base-href /angular-seed/dist/ --prod",
10+
"build--for-github": "ng build --base-href /angular-boilerplate/dist/ --prod",
1111
"test": "ng test",
1212
"lint": "ng lint",
1313
"e2e": "ng e2e"

0 commit comments

Comments
 (0)