39dcb1a96492a67e5709bd38096e60c0d8ad15bb
FreePlanet
A project made by Vue.js, Quasar Framework, Typescript, and Progressive Web App (PWA) amazing native-looking apps, thanks to the Quasar Framework and TypeScript
Features ⚡️(WIP)
- TypeScript ✔
- Internationalization (I18n) ✔
- ...
Built-in Tools 🔨
- TSlint TypeScript Linter configured with the Standard JavaScript Code Style
- Testing Suite using Jest (See
Testingsection) - Configurable CI Pipeline using CircleCI & Codecov (See
CI Pipelinesection)
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
- Quasar 0.17.15 : Website | Documentation | Github
- Vue I18n 8.1.0 : Website | Documentation | Github
License
Copyright (c) 2018-present, Paolo Arena
Description
Languages
TypeScript
44.4%
Vue
32.7%
JavaScript
17.9%
SCSS
4.8%