Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
templates
/
pkg-template
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f218cf4a
authored
2018-11-17 17:55:45 +0800
by
McLemore
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix placeholder
1 parent
0cc6d058
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
boilerplate/demo/index.html
boilerplate/gitignore
boilerplate/src/index.tsx
boilerplate/demo/index.html
View file @
f218cf4
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
>
<script
src=
"https://zb100.oss-cn-shanghai.aliyuncs.com/f/flexible_css_flexible20171215.js"
></script>
<title>
${projectName
} Demo
</title>
<title>
{{ projectName }
} Demo
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
boilerplate/gitignore
View file @
f218cf4
node_modules/
\ No newline at end of file
...
...
boilerplate/src/index.tsx
View file @
f218cf4
...
...
@@ -13,7 +13,7 @@ class Component extends React.Component<PropsInterface, StateInterface> {
render () {
return (
<div className={styles.container}>
${projectName
}
{{ projectName }
}
</div>
)
}
...
...
Please
register
or
sign in
to post a comment