add
parents
Showing
README.md
0 → 100644
meta.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-arcgis-template", | ||
"version": "0.0.1", | ||
"description": "a svi CLI vue-arcgis template.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"template" | ||
], | ||
"author": "PolanZ", | ||
"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/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/main.js
0 → 100644
template/src/router/index.js
0 → 100644
template/src/store/index.js
0 → 100644
template/src/styles/var.scss
0 → 100644
template/src/views/Home.vue
0 → 100644
template/vue.config.js
0 → 100644