Feat: 添加模板
parents
Showing
README.md
0 → 100644
meta.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-openlayers", | ||
"version": "0.0.1", | ||
"description": "a svi CLI vue-openlayers template.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"template" | ||
], | ||
"author": "zengyl@southzn.com", | ||
"license": "MIT" | ||
} |
template/.browserslistrc
0 → 100644
template/.editorconfig
0 → 100644
template/.eslintrc.js
0 → 100644
template/.gitignore
0 → 100644
template/README.md
0 → 100644
template/babel.config.js
0 → 100644
template/jsconfig.json
0 → 100644
template/package.json
0 → 100644
template/postcss.config.js
0 → 100644
template/public/favicon.ico
0 → 100644
4.19 KB
template/public/index.html
0 → 100644
template/src/App.vue
0 → 100644
template/src/assets/logo.png
0 → 100644
6.69 KB
template/src/main.js
0 → 100644
template/src/router.js
0 → 100644
template/src/views/Home.vue
0 → 100644