From 3dc9465b7e4048b4317871c98a047c43178532f3 Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 12 Dec 2018 12:55:46 +0100 Subject: [PATCH] Update: Ignore some files --- .gitignore | 4 +++- README.md | 7 +++++-- src/components/Counter.vue | 20 ++++++++++++++++++++ src/layouts/MainLayout.vue | 25 +++++++++++++++++++++++++ src/pages/Dashboard.vue | 21 +++++++++++++++++++++ 5 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 src/components/Counter.vue create mode 100644 src/layouts/MainLayout.vue create mode 100644 src/pages/Dashboard.vue diff --git a/.gitignore b/.gitignore index 0853230..89cb01c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .quasar .DS_Store .thumbs.db +.env +.env.production node_modules /dist /src-cordova/node_modules @@ -22,4 +24,4 @@ yarn-error.log* *.sln # Coverage -coverage \ No newline at end of file +coverage diff --git a/README.md b/README.md index 0271072..03492fe 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,23 @@ # FreePlanet I finally started my FreePlanet project !
-I have a lot of ideas to which kind of features adding, to create an app in order to Help people to find and connect each others, using categories, filters and many profiling details about yourself. +I have a lot of ideas to which kind of features adding, to create an app in order to help people to find and connect each others, using categories, filters and many profiling details about yourself.
This app was made by Vue.js, Quasar Framework, Typescript, and Progressive Web App (PWA) amazing native-looking apps, thanks to the Quasar Framework and TypeScript
+
+ +
[![Made with Quasar](https://img.shields.io/badge/made%20with-Quasar-blue.svg?style=for-the-badge)](https://github.com/quasarframework/quasar) [![Uses TypeScript](https://img.shields.io/badge/uses-TypeScript-3F51B5.svg?style=for-the-badge)](https://github.com/Microsoft/TypeScript) -[![License MIT](https://img.shields.io/github/license/paoloar77/freeplanet-blue.svg?style=for-the-badge)](https://opensource.org/licenses/MIT) +
diff --git a/src/components/Counter.vue b/src/components/Counter.vue new file mode 100644 index 0000000..3b6ce23 --- /dev/null +++ b/src/components/Counter.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue new file mode 100644 index 0000000..1ed9632 --- /dev/null +++ b/src/layouts/MainLayout.vue @@ -0,0 +1,25 @@ + + + diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue new file mode 100644 index 0000000..ddbc384 --- /dev/null +++ b/src/pages/Dashboard.vue @@ -0,0 +1,21 @@ + + + + +