2018-12-11 11:02:09 +01:00
2018-11-05 22:28:59 +01:00
2018-12-10 11:38:22 +01:00
2018-11-04 14:33:01 +01:00
2018-10-12 16:42:54 +02:00
2018-10-12 16:42:54 +02:00
2018-11-08 01:09:33 +01:00
2018-12-11 11:02:09 +01:00
2018-11-05 22:28:59 +01:00
2018-11-04 14:33:01 +01:00

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.

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 Uses TypeScript

License MIT

js-standard-style

Build Coverage

Features (WIP)

  • TypeScript
  • Internationalization (I18n) ✔
  • ...

Built-in Tools 🔨

  • TSlint TypeScript Linter configured with the Standard JavaScript Code Style
  • Testing Suite using Jest (See Testing section)
  • Configurable CI Pipeline using CircleCI & Codecov (See CI Pipeline section)

Installation 🔧

System prerequisites :

  • Pretested on Windows, Mac & Linux
  • Node.js 8 LTS or 10 latest
  • yarn > 1.9 (no guarantees if you prefer to use npm)

Clone this repository :

$ git clone git@github.com:paoloar77/freeplanet example
$ cd example
$ yarn

Usage

$ yarn dev # Start a SPA server
$ yarn dev:ssr # Start a SSR + PWA server

Building

You can build your application for production using :

$ npm run dev:pwa # Build your PWA

References

License

MIT

Copyright (c) 2018-present, Paolo Arena

Description
No description provided
Readme 29 MiB
Languages
TypeScript 44.4%
Vue 32.7%
JavaScript 17.9%
SCSS 4.8%