Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
addInsured-AIA-POC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liujianghai
addInsured-AIA-POC
Commits
411748ff
Commit
411748ff
authored
Jan 15, 2020
by
jianghai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init proj
parent
eb4cbdd9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
.env
.env
+2
-0
README.md
README.md
+3
-0
Main.js
src/Main.js
+12
-0
index.js
src/index.js
+2
-2
No files found.
.env
0 → 100644
View file @
411748ff
SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
README.md
View file @
411748ff
友邦加保演示项目初始化
This project was bootstrapped with
[
Create React App
](
https://github.com/facebook/create-react-app
)
.
This project was bootstrapped with
[
Create React App
](
https://github.com/facebook/create-react-app
)
.
## Available Scripts
## Available Scripts
...
...
src/Main.js
0 → 100644
View file @
411748ff
import
React
from
'react'
;
import
'./App.css'
;
function
App
()
{
return
(
<
div
className
=
"App-header"
>
友邦加保项目
预览版
<
/div
>
);
}
export
default
App
;
src/index.js
View file @
411748ff
import
React
from
'react'
;
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
ReactDOM
from
'react-dom'
;
import
'./index.css'
;
import
'./index.css'
;
import
App
from
'./App
'
;
import
Main
from
'./Main
'
;
import
*
as
serviceWorker
from
'./serviceWorker'
;
import
*
as
serviceWorker
from
'./serviceWorker'
;
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
'root'
));
ReactDOM
.
render
(
<
Main
/>
,
document
.
getElementById
(
'root'
));
// If you want your app to work offline and load faster, you can change
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// unregister() to register() below. Note this comes with some pitfalls.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment