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 @@ + + + + +