Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
moecube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JoyJ
moecube
Commits
80c350aa
Commit
80c350aa
authored
Sep 02, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitignore
parent
b7ae35b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
30 deletions
+9
-30
.gitignore
.gitignore
+3
-23
index.html
index.html
+6
-7
No files found.
.gitignore
View file @
80c350aa
*.tar.xz
/app/*.js
/app/*.js.map
/node_modules/
/build1/
/build2/
/build3/
/build4/
/dist/
/typings/
/npm-dubug.log
/nbproject/
/.idea/
.DS_Store
Thumbs.db
/fonts/
/replay/
/ygocore/
/mycard.exe
/config.yml
/log.log
/profile.log
/error-程序出错请到论坛反馈.txt
/ruby/
/pkg/
/Gemfile.lock
Thumbs.db
\ No newline at end of file
index.html
View file @
80c350aa
<html>
<head>
<
base
href=
"."
>
<title>
Angular 2 QuickStart
</title>
<
!--<base href=".">--
>
<title>
MyCard
</title>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"styles.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
>
<!--<link rel="stylesheet" href="styles.css">-->
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<script
src=
"node_modules/core-js/client/shim.min.js"
></script>
...
...
@@ -14,14 +15,12 @@
<!-- 2. Configure SystemJS -->
<script
src=
"systemjs.config.js"
></script>
<script>
System
.
import
(
'
app
'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
});
System
.
import
(
'
app
'
)
</script>
</head>
<!-- 3. Display the application -->
<body>
<my
-app>
Loading...
</my-app
>
<my
card>
Loading...
</mycard
>
</body>
</html>
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