Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_mapboxgl_vue
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
46f87e0b
authored
2019-12-13 23:19:02 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
'20191213'
1 parent
f016ccb9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
.postcssrc.js
index.html
.postcssrc.js
View file @
46f87e0
/*
* @Author: jiangbotao
* @Date: 2019-12-12 17:39:25
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-13 23:14:53
* @FilePath: \supermapvue\.postcssrc.js
*/
// https://github.com/michael-ciniawsky/postcss-load-config
module
.
exports
=
{
...
...
index.html
View file @
46f87e0
...
...
@@ -8,7 +8,7 @@
<script
src=
"./static//js/styles.js"
></script>
<link
href=
'./static/css/mapbox-gl.css'
rel=
'stylesheet'
/>
</head>
<body
style=
"padding: 0px; margin: 0px;"
>
<body
style=
"padding: 0px; margin: 0px;
overflow: hidden;
"
>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
</body>
...
...
Please
register
or
sign in
to post a comment