diff --git a/.gitignore b/.gitignore index 028b5ab33..b4fd6ecea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea target -openisle.iml \ No newline at end of file +openisle.iml +node_modules \ No newline at end of file diff --git a/open-isle-cli/src/App.vue b/open-isle-cli/src/App.vue index 591a0312d..8bfc73e82 100644 --- a/open-isle-cli/src/App.vue +++ b/open-isle-cli/src/App.vue @@ -1,26 +1,17 @@ - - + + Open Isle CLI + diff --git a/open-isle-cli/src/assets/logo.png b/open-isle-cli/src/assets/logo.png deleted file mode 100644 index f3d2503fc..000000000 Binary files a/open-isle-cli/src/assets/logo.png and /dev/null differ diff --git a/open-isle-cli/src/components/HelloWorld.vue b/open-isle-cli/src/components/HelloWorld.vue deleted file mode 100644 index 879051a29..000000000 --- a/open-isle-cli/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - -
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -